Index: Source/core/dom/custom/CustomElementDefinition.h |
diff --git a/Source/core/dom/custom/CustomElementDefinition.h b/Source/core/dom/custom/CustomElementDefinition.h |
index c488baea33226f8a82fa8c60a6d15fcad22bf3f3..4d3b502a541fc8df0aacd89bc9fc21f364d1a029 100644 |
--- a/Source/core/dom/custom/CustomElementDefinition.h |
+++ b/Source/core/dom/custom/CustomElementDefinition.h |
@@ -38,7 +38,7 @@ |
namespace blink { |
-class CustomElementDefinition FINAL : public RefCounted<CustomElementDefinition> { |
+class CustomElementDefinition final : public RefCounted<CustomElementDefinition> { |
public: |
static PassRefPtr<CustomElementDefinition> create(const CustomElementDescriptor&, PassRefPtr<CustomElementLifecycleCallbacks>); |