Index: Source/core/html/WindowNameCollection.h |
diff --git a/Source/core/html/WindowNameCollection.h b/Source/core/html/WindowNameCollection.h |
index 98d390fe1369402b6c9098af2ab35069d75f0a86..4513690aec55af5603e730cdd6af5308262d7d7a 100644 |
--- a/Source/core/html/WindowNameCollection.h |
+++ b/Source/core/html/WindowNameCollection.h |
@@ -9,7 +9,7 @@ |
namespace blink { |
-class WindowNameCollection FINAL : public HTMLNameCollection { |
+class WindowNameCollection final : public HTMLNameCollection { |
public: |
static PassRefPtrWillBeRawPtr<WindowNameCollection> create(ContainerNode& document, CollectionType type, const AtomicString& name) |
{ |