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); |