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