Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLTableRowsCollection.h
index 339c218..c30db78 100644 (file)
@@ -37,7 +37,7 @@ namespace blink {
 class HTMLTableElement;
 class HTMLTableRowElement;
 
-class HTMLTableRowsCollection FINAL : public HTMLCollection {
+class HTMLTableRowsCollection final : public HTMLCollection {
 public:
     static PassRefPtrWillBeRawPtr<HTMLTableRowsCollection> create(ContainerNode&, CollectionType);
 
@@ -49,7 +49,7 @@ public:
 private:
     explicit HTMLTableRowsCollection(ContainerNode&);
 
-    virtual Element* virtualItemAfter(Element*) const OVERRIDE;
+    virtual Element* virtualItemAfter(Element*) const override;
 };
 
 DEFINE_TYPE_CASTS(HTMLTableRowsCollection, LiveNodeListBase, collection, collection->type() == TableRows, collection.type() == TableRows);