Closed
Bug 1479470
Opened 7 years ago
Closed 7 years ago
Error in custom-element-watcher.js TypeError: registryMap is undefined
Categories
(DevTools :: Inspector, enhancement, P2)
DevTools
Inspector
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(1 file)
Follow up to Bug 1443923.
We added a safe getter to access our maps : _getMapForRegistry but we are not using it in _onCustomElementDefined
Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment on attachment 8996001 [details]
Bug 1479470 - Always use _getMapForRegistry in CustomElementWatcher;r=ladybenko
Belén [:ladybenko] has approved the revision.
https://phabricator.services.mozilla.com/D2515
Attachment #8996001 -
Flags: review+
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d423ef280609
Always use _getMapForRegistry in CustomElementWatcher;r=ladybenko
![]() |
||
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in
before you can comment on or make changes to this bug.
Description
•