Chromium Code Reviews| Index: Source/core/dom/EmptyNodeList.h |
| diff --git a/Source/core/dom/EmptyNodeList.h b/Source/core/dom/EmptyNodeList.h |
| index 694679a7b4a35c78c54be6fe751b9f52b81e9c5c..4799bd60b695a7890bc38ee4e352d2ee28e8c6d7 100644 |
| --- a/Source/core/dom/EmptyNodeList.h |
| +++ b/Source/core/dom/EmptyNodeList.h |
| @@ -47,7 +47,7 @@ public: |
| Node& ownerNode() const { return *m_owner; } |
| - virtual void trace(Visitor*) override; |
| + DECLARE_VIRTUAL_TRACE(); |
| private: |
| explicit EmptyNodeList(Node& rootNode) : m_owner(rootNode) { } |