Closed
Bug 1635228
Opened 5 years ago
Closed 5 years ago
Guard against null mWindowGlobal when initializing WindowGlobalChild
Categories
(Core :: DOM: Navigation, enhancement)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: smacleod, Assigned: smacleod)
References
Details
Attachments
(1 file)
There are only two callsites for WindowGlobalChild::Init which could possibly have a null WindowGlobal, so perhaps write the ScopeExits at those call-sites.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by smacleod@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a6b9bf94dfe1
guard against null mWindowGlobal when initializing WindowGlobalChild. r=nika
![]() |
||
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•