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

Unified Diff: Source/core/dom/ChildListMutationScope.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/ChildListMutationScope.cpp
diff --git a/Source/core/dom/ChildListMutationScope.cpp b/Source/core/dom/ChildListMutationScope.cpp
index de35f9a81acaf3916f53097121c328cc0291bc62..2c1292077b5e81a284443b60b779e7e1b5c7884e 100644
--- a/Source/core/dom/ChildListMutationScope.cpp
+++ b/Source/core/dom/ChildListMutationScope.cpp
@@ -157,7 +157,7 @@ bool ChildListMutationAccumulator::isEmpty()
return result;
}
-void ChildListMutationAccumulator::trace(Visitor* visitor)
+DEFINE_TRACE(ChildListMutationAccumulator)
{
visitor->trace(m_target);
visitor->trace(m_removedNodes);

Powered by Google App Engine
This is Rietveld 408576698