Bug 613292: Reorder nsXULWindow constructor init list to fix build warning. r=jmathies a=bsmedberg

This commit is contained in:
Daniel Holbert 2010-11-30 21:27:30 -08:00
Родитель 86d0bcc67a
Коммит ac0e61702b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -149,12 +149,12 @@ nsXULWindow::nsXULWindow(PRUint32 aChromeFlags)
mIgnoreXULSize(PR_FALSE), mIgnoreXULSize(PR_FALSE),
mIgnoreXULPosition(PR_FALSE), mIgnoreXULPosition(PR_FALSE),
mChromeFlagsFrozen(PR_FALSE), mChromeFlagsFrozen(PR_FALSE),
mIgnoreXULSizeMode(PR_FALSE),
mContextFlags(0), mContextFlags(0),
mBlurSuppressionLevel(0), mBlurSuppressionLevel(0),
mPersistentAttributesDirty(0), mPersistentAttributesDirty(0),
mPersistentAttributesMask(0), mPersistentAttributesMask(0),
mChromeFlags(aChromeFlags), mChromeFlags(aChromeFlags),
mIgnoreXULSizeMode(PR_FALSE),
// best guess till we have a widget // best guess till we have a widget
mAppPerDev(nsPresContext::AppUnitsPerCSSPixel()) mAppPerDev(nsPresContext::AppUnitsPerCSSPixel())
{ {