mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Bug 613292: Reorder nsXULWindow constructor init list to fix build warning. r=jmathies a=bsmedberg
This commit is contained in:
parent
86d0bcc67a
commit
ac0e61702b
@ -149,12 +149,12 @@ nsXULWindow::nsXULWindow(PRUint32 aChromeFlags)
|
||||
mIgnoreXULSize(PR_FALSE),
|
||||
mIgnoreXULPosition(PR_FALSE),
|
||||
mChromeFlagsFrozen(PR_FALSE),
|
||||
mIgnoreXULSizeMode(PR_FALSE),
|
||||
mContextFlags(0),
|
||||
mBlurSuppressionLevel(0),
|
||||
mPersistentAttributesDirty(0),
|
||||
mPersistentAttributesMask(0),
|
||||
mChromeFlags(aChromeFlags),
|
||||
mIgnoreXULSizeMode(PR_FALSE),
|
||||
// best guess till we have a widget
|
||||
mAppPerDev(nsPresContext::AppUnitsPerCSSPixel())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user