Chromium Code Reviews| Index: Source/core/dom/Node.h |
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
| index 34689133d4f118d597cb380d9bfffcdb4a015276..15982199b7d58d57926c235aa0eb697110b74231 100644 |
| --- a/Source/core/dom/Node.h |
| +++ b/Source/core/dom/Node.h |
| @@ -668,7 +668,7 @@ public: |
| bool isFinishedParsingChildren() const { return getFlag(IsFinishedParsingChildrenFlag); } |
| - virtual void trace(Visitor*) override; |
| + DECLARE_VIRTUAL_TRACE(); |
| unsigned lengthOfContents() const; |