Index: Source/core/dom/ChildNodeList.cpp |
diff --git a/Source/core/dom/ChildNodeList.cpp b/Source/core/dom/ChildNodeList.cpp |
index 30ceeb6dcec8d19df7ea784d44fc7fc81ab96c37..390567bd967a961c3533eb7e38dffa09097868e8 100644 |
--- a/Source/core/dom/ChildNodeList.cpp |
+++ b/Source/core/dom/ChildNodeList.cpp |
@@ -66,7 +66,7 @@ Node* ChildNodeList::traverseBackwardToOffset(unsigned offset, Node& currentNode |
return 0; |
} |
-void ChildNodeList::trace(Visitor* visitor) |
+DEFINE_TRACE(ChildNodeList) |
{ |
visitor->trace(m_parent); |
visitor->trace(m_collectionIndexCache); |