| Index: Source/core/html/TextDocument.h
|
| diff --git a/Source/core/html/TextDocument.h b/Source/core/html/TextDocument.h
|
| index 4b3e85e3d496adbaf75815eddabe2c21135dbc58..576c38bd0c6514c91d59dce977119a56f83e6997 100644
|
| --- a/Source/core/html/TextDocument.h
|
| +++ b/Source/core/html/TextDocument.h
|
| @@ -39,7 +39,7 @@ public:
|
| private:
|
| TextDocument(const DocumentInit&);
|
|
|
| - virtual PassRefPtrWillBeRawPtr<DocumentParser> createParser() override;
|
| + PassRefPtrWillBeRawPtr<DocumentParser> createParser() override;
|
| };
|
|
|
| }
|
|
|