Chromium Code Reviews| Index: Source/core/xml/DOMParser.h |
| diff --git a/Source/core/xml/DOMParser.h b/Source/core/xml/DOMParser.h |
| index 8c41489f5a461b6a573de452416f68c2c4de9579..07d14a588e143da37182f53dc04728c2b0cd60a7 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*); |
| + DECLARE_TRACE(); |
| private: |
| DOMParser(Document&); |