| 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 2168ebb7726067a7f89264cfface874a58641274..56ba47890cf0f6703713c2acd4eb206008959419 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()
|
|
|