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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskQueueBase.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/custom/CustomElementMicrotaskQueueBase.cpp
diff --git a/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp b/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp
index db9a4d43fb4d815f58c7e9039057cd7e95ebac34..f55e7c8d43081bf6b0e79683d6230d6cb39bd22e 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp
+++ b/Source/core/dom/custom/CustomElementMicrotaskQueueBase.cpp
@@ -17,7 +17,7 @@ void CustomElementMicrotaskQueueBase::dispatch()
m_inDispatch = false;
}
-void CustomElementMicrotaskQueueBase::trace(Visitor* visitor)
+DEFINE_TRACE(CustomElementMicrotaskQueueBase)
{
visitor->trace(m_queue);
}

Powered by Google App Engine
This is Rietveld 408576698