Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLDataListElement.h
index f9ce2d6..b035afd 100644 (file)
@@ -38,7 +38,7 @@ namespace blink {
 
 class HTMLDataListOptionsCollection;
 
-class HTMLDataListElement FINAL : public HTMLElement {
+class HTMLDataListElement final : public HTMLElement {
     DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<HTMLDataListElement> create(Document&);
@@ -49,8 +49,8 @@ public:
 
 private:
     HTMLDataListElement(Document&);
-    virtual void childrenChanged(const ChildrenChange&) OVERRIDE;
-    virtual void finishParsingChildren() OVERRIDE;
+    virtual void childrenChanged(const ChildrenChange&) override;
+    virtual void finishParsingChildren() override;
 };
 
 } // namespace blink