mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 722424: Reorder SyncChannel init list to fix build warning. r=jmathies
This commit is contained in:
parent
9eb0ae5f93
commit
e070b4dd0d
@ -61,8 +61,8 @@ SyncChannel::SyncChannel(SyncListener* aListener)
|
||||
, mPendingReply(0)
|
||||
, mProcessingSyncMessage(false)
|
||||
, mNextSeqno(0)
|
||||
, mTimeoutMs(kNoTimeout)
|
||||
, mInTimeoutSecondHalf(false)
|
||||
, mTimeoutMs(kNoTimeout)
|
||||
#ifdef OS_WIN
|
||||
, mTopFrame(NULL)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user