| 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 b1d41042e14f5e3a690e76337f137428ab7e7c15..b3b26ff1637b658409feb56b54104fa3b2ec2cd4 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(this),
 | 
| +    : ActiveScriptWrappable<RTCPeerConnection>(this),
 | 
|        SuspendableObject(context),
 | 
|        m_signalingState(SignalingStateStable),
 | 
|        m_iceGatheringState(ICEGatheringStateNew),
 | 
| 
 |