Index: Source/core/dom/custom/CustomElementRegistry.h |
diff --git a/Source/core/dom/custom/CustomElementRegistry.h b/Source/core/dom/custom/CustomElementRegistry.h |
index 24e384089e63eec686ad02973e43c46b3f895a91..2de2ec689ac1e7f31c9ca16a9a361a4cfaa6d944 100644 |
--- a/Source/core/dom/custom/CustomElementRegistry.h |
+++ b/Source/core/dom/custom/CustomElementRegistry.h |
@@ -46,7 +46,7 @@ namespace blink { |
class CustomElementConstructorBuilder; |
class ExceptionState; |
-class CustomElementRegistry FINAL { |
+class CustomElementRegistry final { |
WTF_MAKE_NONCOPYABLE(CustomElementRegistry); |
protected: |
friend class CustomElementRegistrationContext; |