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