Index: Source/core/dom/custom/CustomElementDefinition.h |
diff --git a/Source/core/dom/custom/CustomElementDefinition.h b/Source/core/dom/custom/CustomElementDefinition.h |
index 601f671a148640fcbd75fafb7c3d95564da42b3a..5bf15a719e80042b76d77b46c1bcf30c4d13898c 100644 |
--- a/Source/core/dom/custom/CustomElementDefinition.h |
+++ b/Source/core/dom/custom/CustomElementDefinition.h |
@@ -43,8 +43,6 @@ class CustomElementDefinition : public RefCounted<CustomElementDefinition> { |
public: |
static PassRefPtr<CustomElementDefinition> create(const CustomElementDescriptor&, PassRefPtr<CustomElementLifecycleCallbacks>); |
- virtual ~CustomElementDefinition() { } |
- |
const CustomElementDescriptor& descriptor() const { return m_descriptor; } |
CustomElementLifecycleCallbacks* callbacks() const { return m_callbacks.get(); } |