| Index: third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/MessagePort.cpp b/third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| index 0b13ba3e8def05f40ef7088ec46bd0362c5acc89..e4e8697813df1d1385a1badcc79163eb72079860 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| @@ -276,7 +276,7 @@ MessagePortArray* MessagePort::entanglePorts(ExecutionContext& context, PassOwnP
|
| DEFINE_TRACE(MessagePort)
|
| {
|
| ActiveDOMObject::trace(visitor);
|
| - RefCountedGarbageCollectedEventTargetWithInlineData<MessagePort>::trace(visitor);
|
| + EventTargetWithInlineData::trace(visitor);
|
| }
|
|
|
| v8::Isolate* MessagePort::scriptIsolate()
|
|
|