Bug 843971: initializer order bustage fix rs=bustage

This commit is contained in:
Randell Jesup 2013-03-02 22:04:40 -05:00
parent d0758bc719
commit c5597b655d

View File

@ -47,8 +47,8 @@ public:
uint64_t aWindowID)
: mMediaThread(aThread)
, mWindowID(aWindowID)
, mFinished(false)
, mStopped(false)
, mFinished(false)
, mLock("mozilla::GUMCMSL")
, mRemoved(false) {}