Index: Source/core/dom/DocumentParserClient.h |
diff --git a/Source/core/dom/DocumentParserClient.h b/Source/core/dom/DocumentParserClient.h |
index 05a94a2a74fde2033e14d1a1fcc3d2050880a1f7..7ceea72119e709def130d1bf68548672c343b4a0 100644 |
--- a/Source/core/dom/DocumentParserClient.h |
+++ b/Source/core/dom/DocumentParserClient.h |
@@ -14,7 +14,7 @@ public: |
// This callback is called when all data pushed to parser has been consumed. |
virtual void notifyParserStopped() = 0; |
- virtual void trace(Visitor*) { } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { } |
protected: |
DocumentParserClient() { } |