| Index: Source/core/dom/DocumentParser.h
|
| diff --git a/Source/core/dom/DocumentParser.h b/Source/core/dom/DocumentParser.h
|
| index 2bd668c60715a5e9ab299e9e05ba9eb92b8d65ed..71e3c5fcc4dde0a8beec062fe8b3f39e51577b18 100644
|
| --- a/Source/core/dom/DocumentParser.h
|
| +++ b/Source/core/dom/DocumentParser.h
|
| @@ -39,7 +39,7 @@ class TextResourceDecoder;
|
| class DocumentParser : public RefCountedWillBeGarbageCollectedFinalized<DocumentParser> {
|
| public:
|
| virtual ~DocumentParser();
|
| - virtual void trace(Visitor*);
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| virtual ScriptableDocumentParser* asScriptableDocumentParser() { return 0; }
|
|
|
|
|