Closed
Bug 615340
Opened 15 years ago
Closed 15 years ago
mChromeFlags will be initialized after mIgnoreXULSizeMode in nsXULWindow::nsXULWindow
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
856 bytes,
patch
|
neil
:
review+
joe
:
approval2.0+
|
Details | Diff | Splinter Review |
xpfe/appshell/src/nsXULWindow.h:
In constructor ‘nsXULWindow::nsXULWindow(PRUint32)’:
181: warning: ‘nsXULWindow::mChromeFlags’ will be initialized after
176: warning: ‘PRPackedBool nsXULWindow::mIgnoreXULSizeMode’
136: warning: when initialized here
Updated•15 years ago
|
Attachment #493804 -
Flags: review?(neil) → review+
Attachment #493804 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #493804 -
Flags: approval2.0? → approval2.0+
Keywords: checkin-needed
![]() |
||
Comment 2•15 years ago
|
||
Seems like dholbert fixed this independently:
http://hg.mozilla.org/mozilla-central/rev/17d1fcf74e5c
You need to log in
before you can comment on or make changes to this bug.
Description
•