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

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

Issue 947393002: InlinedVisitor: Migrate dom to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/MessageChannel.cpp
diff --git a/Source/core/dom/MessageChannel.cpp b/Source/core/dom/MessageChannel.cpp
index 9d498bb0b7341cb64063f392b49ff5b740996628..f3a2116bf471fd3ce42172705ea45de635144d01 100644
--- a/Source/core/dom/MessageChannel.cpp
+++ b/Source/core/dom/MessageChannel.cpp
@@ -54,7 +54,7 @@ MessageChannel::MessageChannel(ExecutionContext* context)
createChannel(m_port1.get(), m_port2.get());
}
-void MessageChannel::trace(Visitor* visitor)
+DEFINE_TRACE(MessageChannel)
{
visitor->trace(m_port1);
visitor->trace(m_port2);

Powered by Google App Engine
This is Rietveld 408576698