| Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| index 79f35a22693a050135726de006be5a2fbaca6f97..d83a2e30fab9ebbf88296426675ec06849b393c8 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| @@ -494,7 +494,8 @@ RTCPeerConnection::RTCPeerConnection(ExecutionContext* context,
|
| this,
|
| &RTCPeerConnection::dispatchScheduledEvent)),
|
| m_stopped(false),
|
| - m_closed(false) {
|
| + m_closed(false),
|
| + m_hasDataChannels(false) {
|
| ThreadState::current()->registerPreFinalizer(this);
|
| Document* document = toDocument(getExecutionContext());
|
|
|
|
|