Index: Source/core/dom/NodeList.h |
diff --git a/Source/core/dom/NodeList.h b/Source/core/dom/NodeList.h |
index 307e14109e9ee46fbfbf11bf1e458d02de5ca7a7..5451ba44b651b82f8029b0a8e4921158273b932f 100644 |
--- a/Source/core/dom/NodeList.h |
+++ b/Source/core/dom/NodeList.h |
@@ -46,7 +46,7 @@ public: |
virtual Node* virtualOwnerNode() const { return 0; } |
- virtual void trace(Visitor*) { } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { } |
protected: |
NodeList() { } |