Index: Source/core/xml/DOMParser.h |
diff --git a/Source/core/xml/DOMParser.h b/Source/core/xml/DOMParser.h |
index a4930bcf9b1fe69cae8d3cbb02ae55466d2f5aa5..8c41489f5a461b6a573de452416f68c2c4de9579 100644 |
--- a/Source/core/xml/DOMParser.h |
+++ b/Source/core/xml/DOMParser.h |
@@ -39,7 +39,7 @@ public: |
PassRefPtrWillBeRawPtr<Document> parseFromString(const String&, const String& type); |
- void trace(Visitor*) { } |
+ void trace(Visitor*); |
private: |
DOMParser(Document&); |