Chromium Code Reviews| Index: Source/core/css/CSSPageRule.h |
| diff --git a/Source/core/css/CSSPageRule.h b/Source/core/css/CSSPageRule.h |
| index 50cb4af09e2a1bc56170787415b39c5d11d98156..e829d833be08f0b1b9c1337b680bce35b4018e2f 100644 |
| --- a/Source/core/css/CSSPageRule.h |
| +++ b/Source/core/css/CSSPageRule.h |
| @@ -50,7 +50,7 @@ public: |
| String selectorText() const; |
| void setSelectorText(const String&); |
| - virtual void trace(Visitor*) override; |
| + DECLARE_VIRTUAL_TRACE(); |
| private: |
| CSSPageRule(StyleRulePage*, CSSStyleSheet*); |