Index: Source/core/dom/LiveNodeList.cpp |
diff --git a/Source/core/dom/LiveNodeList.cpp b/Source/core/dom/LiveNodeList.cpp |
index 86b5b4c662cec17efd921fddacbfce6b732bed25..e4d6b1f263d8365e5fd6fda31680b8fb30422f6f 100644 |
--- a/Source/core/dom/LiveNodeList.cpp |
+++ b/Source/core/dom/LiveNodeList.cpp |
@@ -84,7 +84,7 @@ Element* LiveNodeList::traverseBackwardToOffset(unsigned offset, Element& curren |
return traverseMatchingElementsBackwardToOffset(currentElement, &rootNode(), offset, currentOffset, IsMatch(*this)); |
} |
-void LiveNodeList::trace(Visitor* visitor) |
+DEFINE_TRACE(LiveNodeList) |
{ |
visitor->trace(m_collectionItemsCache); |
LiveNodeListBase::trace(visitor); |