mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1037205 - Initialize mPrivacyRequested. r=bwc
This commit is contained in:
parent
60f667b778
commit
b0cf2d0129
@ -488,6 +488,7 @@ PeerConnectionImpl::PeerConnectionImpl(const GlobalObject* aGlobal)
|
||||
, mDtlsConnected(false)
|
||||
, mWindow(nullptr)
|
||||
, mIdentity(nullptr)
|
||||
, mPrivacyRequested(false)
|
||||
, mSTSThread(nullptr)
|
||||
, mMedia(nullptr)
|
||||
, mNumAudioStreams(0)
|
||||
|
Loading…
Reference in New Issue
Block a user