| Index: Source/core/html/HTMLStyleElement.h
|
| diff --git a/Source/core/html/HTMLStyleElement.h b/Source/core/html/HTMLStyleElement.h
|
| index d9f43252b7caa06ad41b361d0b491a5606c187e8..32a115974d6c54e409a9bf0040ff8c89d8a43fd6 100644
|
| --- a/Source/core/html/HTMLStyleElement.h
|
| +++ b/Source/core/html/HTMLStyleElement.h
|
| @@ -50,7 +50,7 @@ public:
|
| void dispatchPendingEvent(StyleEventSender*);
|
| static void dispatchPendingLoadEvents();
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| HTMLStyleElement(Document&, bool createdByParser);
|
|
|