Bug 616787 mEventloopNestingLevel is initialized out of order in nsBaseAppShell::nsBaseAppShell

r=neil
This commit is contained in:
timeless@mozdev.org 2011-03-28 17:18:44 -04:00
parent 3eb2d80f40
commit a01c9e0b5a

View File

@ -56,10 +56,10 @@ NS_IMPL_THREADSAFE_ISUPPORTS3(nsBaseAppShell, nsIAppShell, nsIThreadObserver,
nsBaseAppShell::nsBaseAppShell()
: mSuspendNativeCount(0)
, mEventloopNestingLevel(0)
, mBlockedWait(nsnull)
, mFavorPerf(0)
, mNativeEventPending(0)
, mEventloopNestingLevel(0)
, mStarvationDelay(0)
, mSwitchTime(0)
, mLastNativeEventTime(0)