Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLHtmlElement.h
index e96b3ba..8177276 100644 (file)
@@ -28,7 +28,7 @@
 
 namespace blink {
 
-class HTMLHtmlElement FINAL : public HTMLElement {
+class HTMLHtmlElement final : public HTMLElement {
     DEFINE_WRAPPERTYPEINFO();
 public:
     DECLARE_NODE_FACTORY(HTMLHtmlElement);
@@ -38,7 +38,7 @@ public:
 private:
     explicit HTMLHtmlElement(Document&);
 
-    virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
+    virtual bool isURLAttribute(const Attribute&) const override;
 };
 
 } // namespace blink