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