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