Index: Source/core/html/HTMLScriptElement.h |
diff --git a/Source/core/html/HTMLScriptElement.h b/Source/core/html/HTMLScriptElement.h |
index 21a1396d194795e01c9ef87b5d35111b7622344b..cacca5752cbbd715ae03d1c75b8c3f57406b0770 100644 |
--- a/Source/core/html/HTMLScriptElement.h |
+++ b/Source/core/html/HTMLScriptElement.h |
@@ -46,7 +46,7 @@ public: |
ScriptLoader* loader() const { return m_loader.get(); } |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
HTMLScriptElement(Document&, bool wasInsertedByParser, bool alreadyStarted); |