Index: Source/core/html/parser/HTMLScriptRunner.h |
diff --git a/Source/core/html/parser/HTMLScriptRunner.h b/Source/core/html/parser/HTMLScriptRunner.h |
index 327dd4ff0cca168f2835152da099ab7894cdcb7d..edd418065a3c22f75bdebd867a57bea4d8d134ed 100644 |
--- a/Source/core/html/parser/HTMLScriptRunner.h |
+++ b/Source/core/html/parser/HTMLScriptRunner.h |
@@ -65,7 +65,7 @@ public: |
// ResourceClient |
virtual void notifyFinished(Resource*) override; |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
private: |
HTMLScriptRunner(Document*, HTMLScriptRunnerHost*); |