Bug 722424: Reorder SyncChannel init list to fix build warning. r=jmathies

This commit is contained in:
Daniel Holbert 2012-01-30 13:06:33 -08:00
parent 9eb0ae5f93
commit e070b4dd0d

View File

@ -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