Index: Source/core/dom/ContextLifecycleObserver.h |
diff --git a/Source/core/dom/ContextLifecycleObserver.h b/Source/core/dom/ContextLifecycleObserver.h |
index be0a94f5a6863e5dbc99594252cda4c6ffbbeea9..e9b4c18e1248cd247cf564bbe4896b903fb0fa72 100644 |
--- a/Source/core/dom/ContextLifecycleObserver.h |
+++ b/Source/core/dom/ContextLifecycleObserver.h |
@@ -49,8 +49,6 @@ public: |
protected: |
explicit ContextLifecycleObserver(ExecutionContext*, Type = GenericType); |
- virtual ~ContextLifecycleObserver(); |
- |
private: |
Type m_observerType; |
}; |