X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Floader%2FSinkDocument.h;h=e8291ee62783cf9332cd8653c596df9565eff150;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=4c67f7766402a7204fe86dfe71f817fb263cfae3;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/loader/SinkDocument.h b/src/third_party/WebKit/Source/core/loader/SinkDocument.h index 4c67f77..e8291ee 100644 --- a/src/third_party/WebKit/Source/core/loader/SinkDocument.h +++ b/src/third_party/WebKit/Source/core/loader/SinkDocument.h @@ -30,7 +30,7 @@ namespace blink { -class SinkDocument FINAL : public HTMLDocument { +class SinkDocument final : public HTMLDocument { public: static PassRefPtrWillBeRawPtr create(const DocumentInit& initializer = DocumentInit()) { @@ -40,7 +40,7 @@ public: private: SinkDocument(const DocumentInit&); - virtual PassRefPtrWillBeRawPtr createParser() OVERRIDE; + virtual PassRefPtrWillBeRawPtr createParser() override; };