Index: Source/core/html/parser/HTMLScriptRunnerHost.h |
diff --git a/Source/core/html/parser/HTMLScriptRunnerHost.h b/Source/core/html/parser/HTMLScriptRunnerHost.h |
index 88ad0b93d8e099003c7fbfd744513fd9913b6456..7b1f3d0cba3c748930dc18ffa3d215e60d24afdf 100644 |
--- a/Source/core/html/parser/HTMLScriptRunnerHost.h |
+++ b/Source/core/html/parser/HTMLScriptRunnerHost.h |
@@ -37,7 +37,7 @@ class Visitor; |
class HTMLScriptRunnerHost : public WillBeGarbageCollectedMixin { |
public: |
virtual ~HTMLScriptRunnerHost() { } |
- virtual void trace(Visitor*) { } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { } |
virtual void notifyScriptLoaded(Resource*) = 0; |
virtual HTMLInputStream& inputStream() = 0; |