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

Unified Diff: Source/core/dom/custom/CustomElementCallbackQueue.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/CustomElementCallbackQueue.cpp
diff --git a/Source/core/dom/custom/CustomElementCallbackQueue.cpp b/Source/core/dom/custom/CustomElementCallbackQueue.cpp
index 25a448562908c8ef3345e3a1b04b6014c0f3deba..150909c25a02f0af4a393bb8ad4c88ac67769c14 100644
--- a/Source/core/dom/custom/CustomElementCallbackQueue.cpp
+++ b/Source/core/dom/custom/CustomElementCallbackQueue.cpp
@@ -72,7 +72,7 @@ bool CustomElementCallbackQueue::processInElementQueue(ElementQueueId caller)
return didWork;
}
-void CustomElementCallbackQueue::trace(Visitor* visitor)
+DEFINE_TRACE(CustomElementCallbackQueue)
{
visitor->trace(m_element);
visitor->trace(m_queue);

Powered by Google App Engine
This is Rietveld 408576698