| 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 43605ed2304a60a8c2d65890c6ea3778cce6bc22..2f0f91f145c5b1820201c6b1e95202dfacb4e960 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.h
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| @@ -56,7 +56,7 @@ typedef HeapVector<Member<MessagePort>, 1> MessagePortArray;
|
| typedef Vector<OwnPtr<WebMessagePortChannel>, 1> MessagePortChannelArray;
|
|
|
| class CORE_EXPORT MessagePort
|
| - : public RefCountedGarbageCollectedEventTargetWithInlineData<MessagePort>
|
| + : public EventTargetWithInlineData
|
| , public ActiveScriptWrappable
|
| , public ActiveDOMObject
|
| , public WebMessagePortChannelClient {
|
|
|