Closed
Bug 1499985
Opened 7 years ago
Closed 7 years ago
Error from `canRewind` when running tests
Categories
(DevTools :: Console, defect, P1)
DevTools
Console
Tracking
(firefox64 fixed)
RESOLVED
FIXED
Firefox 64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
When running tests, I see the following error in the terminal:
JavaScript error: resource://devtools/shared/base-loader.js -> resource://devtools/client/webconsole/webconsole-output-wrapper.js, line 69: TypeError: hud.owner is null; can't access its "target" property
---
Guarding the access of hud.owner.target should fix this issue
| Assignee | ||
Comment 1•7 years ago
|
||
hud.owner can be null in some condition, so we
need to guard the access to hud.owner.target.
| Assignee | ||
Updated•7 years ago
|
Priority: -- → P1
| Assignee | ||
Comment 2•7 years ago
|
||
Mike, could you have a look at the review ? I promise it's really small :)
Flags: needinfo?(mratcliffe)
r+
Flags: needinfo?(mratcliffe)
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/462a889b96ca
Fix error in canRewind; r=miker.
Comment 5•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in
before you can comment on or make changes to this bug.
Description
•