| Index: third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.cpp
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.cpp b/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.cpp
|
| index 3b691033a6a866e976434214d6f7786a3f6aa416..3bcbd9f36c49bb8fef41b0d24fc79c7b1775c138 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.cpp
|
| @@ -403,7 +403,8 @@ RTCPeerConnection* RTCPeerConnection::create(ExecutionContext* context, const Di
|
| }
|
|
|
| RTCPeerConnection::RTCPeerConnection(ExecutionContext* context, RTCConfiguration* configuration, WebMediaConstraints constraints, ExceptionState& exceptionState)
|
| - : ActiveDOMObject(context)
|
| + : ActiveScriptWrappable(this)
|
| + , ActiveDOMObject(context)
|
| , m_signalingState(SignalingStateStable)
|
| , m_iceGatheringState(ICEGatheringStateNew)
|
| , m_iceConnectionState(ICEConnectionStateNew)
|
|
|