| Index: Source/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
|
| index d1ab2b5b89611c2c2b875ce43186ffbab24a611b..82e8d95cbf07de27313909bc642b54da82e9b883 100644
|
| --- a/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -74,7 +74,7 @@ public:
|
| return adoptRefWillBeNoop(new HTMLDocumentParser(document, reportErrors, backgroundParsingPolicy));
|
| }
|
| virtual ~HTMLDocumentParser();
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| // Exposed for HTMLParserScheduler
|
| void resumeParsingAfterYield();
|
|
|