Bug 570341 followup: Fix nsDocShell init list ordering to address GCC warning. r=gavin r=biesi

This commit is contained in:
Daniel Holbert
2011-08-23 15:17:30 -07:00
parent 9ecdd54291
commit 75038f127d

View File

@@ -723,11 +723,11 @@ nsDocShell::nsDocShell():
mChildOffset(0),
mBusyFlags(BUSY_FLAGS_NONE),
mAppType(nsIDocShell::APP_TYPE_UNKNOWN),
mLoadType(0),
mMarginWidth(-1),
mMarginHeight(-1),
mItemType(typeContent),
mPreviousTransIndex(-1),
mLoadType(0),
mLoadedTransIndex(-1),
mCreated(PR_FALSE),
mAllowSubframes(PR_TRUE),