Closed
Bug 1184789
Opened 9 years ago
Closed 9 years ago
Remove unnecessary IsOuterWindow() check from nsGlobalWindow::GetCaches()
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(1 file)
(deleted),
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
After the addition of MOZ_ASSERT(IsInnerWindow()) by khuey in Bug 1182316, there is no longer a need for the IsOuterWindow check in nsGlobalWindow::GetCaches(). This patch removes that check
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8635035 -
Flags: review?(khuey)
Attachment #8635035 -
Flags: review?(khuey) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
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
•