Bug 1037205 - Initialize mPrivacyRequested. r=bwc

This commit is contained in:
Martin Thomson 2014-07-10 15:48:00 -04:00
parent 60f667b778
commit b0cf2d0129

View File

@ -488,6 +488,7 @@ PeerConnectionImpl::PeerConnectionImpl(const GlobalObject* aGlobal)
, mDtlsConnected(false)
, mWindow(nullptr)
, mIdentity(nullptr)
, mPrivacyRequested(false)
, mSTSThread(nullptr)
, mMedia(nullptr)
, mNumAudioStreams(0)