| 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 b3b26ff1637b658409feb56b54104fa3b2ec2cd4..e720cea4e54157abda7dac6be0a59a2bbc10136d 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| @@ -487,7 +487,7 @@ RTCPeerConnection::RTCPeerConnection(ExecutionContext* context,
|
| const WebRTCConfiguration& configuration,
|
| WebMediaConstraints constraints,
|
| ExceptionState& exceptionState)
|
| - : ActiveScriptWrappable<RTCPeerConnection>(this),
|
| + : ActiveScriptWrappable(),
|
| SuspendableObject(context),
|
| m_signalingState(SignalingStateStable),
|
| m_iceGatheringState(ICEGatheringStateNew),
|
|
|