| Index: Source/core/html/TextDocument.h
|
| diff --git a/Source/core/html/TextDocument.h b/Source/core/html/TextDocument.h
|
| index e5f222162822455abae359bc47e031d0be837233..4b3e85e3d496adbaf75815eddabe2c21135dbc58 100644
|
| --- a/Source/core/html/TextDocument.h
|
| +++ b/Source/core/html/TextDocument.h
|
| @@ -29,7 +29,7 @@
|
|
|
| namespace blink {
|
|
|
| -class TextDocument FINAL : public HTMLDocument {
|
| +class TextDocument final : public HTMLDocument {
|
| public:
|
| static PassRefPtrWillBeRawPtr<TextDocument> create(const DocumentInit& initializer = DocumentInit())
|
| {
|
| @@ -39,7 +39,7 @@ public:
|
| private:
|
| TextDocument(const DocumentInit&);
|
|
|
| - virtual PassRefPtrWillBeRawPtr<DocumentParser> createParser() OVERRIDE;
|
| + virtual PassRefPtrWillBeRawPtr<DocumentParser> createParser() override;
|
| };
|
|
|
| }
|
|
|