Index: third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h |
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h |
index e3379ab148f10935cb9902969a2c24e7d68f01b2..7d71c1c45b53f6e7d417afb7c444bafefb72b56a 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h |
@@ -49,7 +49,7 @@ struct WebRTCDataChannelInit; |
class MODULES_EXPORT RTCDataChannel final |
: public EventTargetWithInlineData, |
NON_EXPORTED_BASE(public WebRTCDataChannelHandlerClient), |
- public ActiveScriptWrappable, |
+ public ActiveScriptWrappable<RTCDataChannel>, |
public SuspendableObject { |
USING_GARBAGE_COLLECTED_MIXIN(RTCDataChannel); |
DEFINE_WRAPPERTYPEINFO(); |