Index: Source/core/dom/LiveNodeList.h |
diff --git a/Source/core/dom/LiveNodeList.h b/Source/core/dom/LiveNodeList.h |
index e2b826fe426b3115e4974aae9cf97c9600e90b74..a254534204a712f756449af4ad1b1313efbffc83 100644 |
--- a/Source/core/dom/LiveNodeList.h |
+++ b/Source/core/dom/LiveNodeList.h |
@@ -55,7 +55,7 @@ public: |
Element* traverseForwardToOffset(unsigned offset, Element& currentNode, unsigned& currentOffset) const; |
Element* traverseBackwardToOffset(unsigned offset, Element& currentNode, unsigned& currentOffset) const; |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
virtual Node* virtualOwnerNode() const override final; |