| Index: Source/core/html/HTMLTableElement.h
|
| diff --git a/Source/core/html/HTMLTableElement.h b/Source/core/html/HTMLTableElement.h
|
| index fc95e63a35359a0e92b8b3e827f89d57a442f12e..1e0c4c116b08f06d7dde20f06326e7fc4a82e302 100644
|
| --- a/Source/core/html/HTMLTableElement.h
|
| +++ b/Source/core/html/HTMLTableElement.h
|
| @@ -69,7 +69,7 @@ public:
|
| const StylePropertySet* additionalCellStyle();
|
| const StylePropertySet* additionalGroupStyle(bool rows);
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| explicit HTMLTableElement(Document&);
|
|
|