mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 616787 mEventloopNestingLevel is initialized out of order in nsBaseAppShell::nsBaseAppShell
r=neil
This commit is contained in:
parent
3eb2d80f40
commit
a01c9e0b5a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user