| Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
 | 
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
 | 
| index bc9a97b105a108d2f90eebecc0d2d41f1b1c2f01..443aa91b0d3075dcf654f85043dda23b58e938d2 100644
 | 
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
 | 
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
 | 
| @@ -64,7 +64,7 @@ struct WebRTCConfiguration;
 | 
|  
 | 
|  class RTCPeerConnection final : public EventTargetWithInlineData,
 | 
|                                  public WebRTCPeerConnectionHandlerClient,
 | 
| -                                public ActiveScriptWrappable,
 | 
| +                                public ActiveScriptWrappable<RTCPeerConnection>,
 | 
|                                  public SuspendableObject {
 | 
|    DEFINE_WRAPPERTYPEINFO();
 | 
|    USING_GARBAGE_COLLECTED_MIXIN(RTCPeerConnection);
 | 
| 
 |