| Index: Source/core/html/HTMLProgressElement.h
|
| diff --git a/Source/core/html/HTMLProgressElement.h b/Source/core/html/HTMLProgressElement.h
|
| index 03047397dfecb4a4bdcaa09804abedd5ff92d4b6..916983fc7e3b83c33a5801fc244a8fd1b2af1e65 100644
|
| --- a/Source/core/html/HTMLProgressElement.h
|
| +++ b/Source/core/html/HTMLProgressElement.h
|
| @@ -46,7 +46,7 @@ public:
|
|
|
| virtual bool canContainRangeEndPoint() const override { return false; }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| explicit HTMLProgressElement(Document&);
|
|
|