Index: Source/core/html/HTMLTagCollection.h |
diff --git a/Source/core/html/HTMLTagCollection.h b/Source/core/html/HTMLTagCollection.h |
index 3fa8bb5ab522d5548655d08097fb3c20bf995b93..e42d78a72d71b22dc3d2fe4e5befdab95ce0b9b6 100644 |
--- a/Source/core/html/HTMLTagCollection.h |
+++ b/Source/core/html/HTMLTagCollection.h |
@@ -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) |
{ |