Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Unified Diff: Source/core/dom/MessagePort.cpp

Issue 1238083002: Oilpan: Move the EventListener hierarchy to Oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698