Index: third_party/WebKit/Source/core/dom/MessagePort.h |
diff --git a/third_party/WebKit/Source/core/dom/MessagePort.h b/third_party/WebKit/Source/core/dom/MessagePort.h |
index cad8a8cff05c3def4dd81c66932b1f15a80f1c83..db58c671c008aeb68b561df5b586727d3a2661f9 100644 |
--- a/third_party/WebKit/Source/core/dom/MessagePort.h |
+++ b/third_party/WebKit/Source/core/dom/MessagePort.h |
@@ -52,7 +52,7 @@ class SerializedScriptValue; |
typedef Vector<WebMessagePortChannelUniquePtr, 1> MessagePortChannelArray; |
class CORE_EXPORT MessagePort : public EventTargetWithInlineData, |
- public ActiveScriptWrappable, |
+ public ActiveScriptWrappable<MessagePort>, |
public SuspendableObject, |
public WebMessagePortChannelClient { |
DEFINE_WRAPPERTYPEINFO(); |