mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
Bug 843971: initializer order bustage fix rs=bustage
This commit is contained in:
parent
d0758bc719
commit
c5597b655d
@ -47,8 +47,8 @@ public:
|
||||
uint64_t aWindowID)
|
||||
: mMediaThread(aThread)
|
||||
, mWindowID(aWindowID)
|
||||
, mFinished(false)
|
||||
, mStopped(false)
|
||||
, mFinished(false)
|
||||
, mLock("mozilla::GUMCMSL")
|
||||
, mRemoved(false) {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user