Index: Source/core/html/HTMLAllCollection.h |
diff --git a/Source/core/html/HTMLAllCollection.h b/Source/core/html/HTMLAllCollection.h |
index 09adafc0bdc3836174c71aeaf03b27981be72008..e41e7e4d4b88a92c192aeb4a9a9e4030db3fc3d7 100644 |
--- a/Source/core/html/HTMLAllCollection.h |
+++ b/Source/core/html/HTMLAllCollection.h |
@@ -30,7 +30,7 @@ |
namespace blink { |
-class HTMLAllCollection FINAL : public HTMLCollection { |
+class HTMLAllCollection final : public HTMLCollection { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<HTMLAllCollection> create(ContainerNode&, CollectionType); |