Index: Source/core/dom/custom/CustomElementDefinition.h |
diff --git a/Source/core/dom/custom/CustomElementDefinition.h b/Source/core/dom/custom/CustomElementDefinition.h |
index 5bf15a719e80042b76d77b46c1bcf30c4d13898c..72e4121ddbdfb88b458211a0a98d1414c9e719d9 100644 |
--- a/Source/core/dom/custom/CustomElementDefinition.h |
+++ b/Source/core/dom/custom/CustomElementDefinition.h |
@@ -39,7 +39,7 @@ |
namespace WebCore { |
-class CustomElementDefinition : public RefCounted<CustomElementDefinition> { |
+class CustomElementDefinition FINAL : public RefCounted<CustomElementDefinition> { |
public: |
static PassRefPtr<CustomElementDefinition> create(const CustomElementDescriptor&, PassRefPtr<CustomElementLifecycleCallbacks>); |