Chromium Code Reviews| Index: Source/core/dom/Element.h |
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
| index dfeb2db61932bc56ef8086c728dccd3bc12f01cb..93ee5f39407dce0d46e87c528c49abfd397aa809 100644 |
| --- a/Source/core/dom/Element.h |
| +++ b/Source/core/dom/Element.h |
| @@ -499,7 +499,7 @@ public: |
| void setTabIndex(int); |
| virtual short tabIndex() const override; |
| - virtual void trace(Visitor*) override; |
| + DECLARE_VIRTUAL_TRACE(); |
| SpellcheckAttributeState spellcheckAttributeState() const; |