Closed
Bug 1493073
Opened 7 years ago
Closed 7 years ago
Remove obsolete comment about webidl callback parameter being nulled before use
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla65
People
(Reporter: karlt, Assigned: karlt)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
CustomElementRegistryBinding uses RootedCallback and so the constructor cannot
be nulled.
The comment was added to warn about an unrooted callback argument
from nsDocument::RegisterElement(), a caller that no longer exists.
https://bugzilla.mozilla.org/show_bug.cgi?id=1369533#c25
https://hg.mozilla.org/mozilla-central/rev/16d0cd656b05#l6.298
Pushed by ktomlinson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fe93d4aaced2
Remove obsolete comment about webidl callback parameter being nulled before use r=kmag
Comment 3•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•7 years ago
|
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•