| Index: Source/core/html/shadow/ClearButtonElement.h
|
| diff --git a/Source/core/html/shadow/ClearButtonElement.h b/Source/core/html/shadow/ClearButtonElement.h
|
| index 146858b44077bdcd6b23b97d0df927cab13ff710..6bbb82847875a06e0ba6c0266bfb0476bb79a089 100644
|
| --- a/Source/core/html/shadow/ClearButtonElement.h
|
| +++ b/Source/core/html/shadow/ClearButtonElement.h
|
| @@ -44,7 +44,7 @@ public:
|
| static PassRefPtrWillBeRawPtr<ClearButtonElement> create(Document&, ClearButtonOwner&);
|
| void removeClearButtonOwner() { m_clearButtonOwner = nullptr; }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| ClearButtonElement(Document&, ClearButtonOwner&);
|
|
|