| 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 b0cb85bc65d8e46580972df2a8c8fafceee0228f..d9ee0f3517989850c65ee4b164d295e0f1531f51 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 {
|
|
|