Closed
Bug 695648
Opened 14 years ago
Closed 14 years ago
Remove unnecessary friend class mozilla::AutoRestore<bool> from nsContentUtils
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: hsivonen, Assigned: atulagrwl)
References
Details
Attachments
(1 file)
836 bytes,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
The line
friend class mozilla::AutoRestore<bool>;
in nsContentUtils.h is unnecessary and, thus, should go away.
![]() |
Assignee | |
Comment 1•14 years ago
|
||
Assignee: nobody → atulagrwl
Attachment #577684 -
Flags: review?(bugs)
Updated•14 years ago
|
Attachment #577684 -
Flags: review?(bugs) → review+
![]() |
Assignee | |
Updated•14 years ago
|
Keywords: checkin-needed
![]() |
||
Comment 2•14 years ago
|
||
Given the fragility of m-c right now, pushing everything to try first, even if seemingly trivial:
https://tbpl.mozilla.org/?tree=Try&rev=73b8ab2861e1
Will push tomorrow presuming green :-)
Status: NEW → ASSIGNED
Flags: in-testsuite-
![]() |
||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•