Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLTagCollection.h
index 3fa8bb5..e42d78a 100644 (file)
@@ -31,7 +31,7 @@
 namespace blink {
 
 // Collection that limits to a particular tag and whose rootNode is in an HTMLDocument.
-class HTMLTagCollection FINAL : public TagCollection {
+class HTMLTagCollection final : public TagCollection {
 public:
     static PassRefPtrWillBeRawPtr<HTMLTagCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& localName)
     {