Index: Source/core/dom/ExecutionContext.h |
diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h |
index 95423dac7bdb8d6d53b428087ed9f9d93e75008d..4f914b0792537d13c78604219cec4b91d2ec85be 100644 |
--- a/Source/core/dom/ExecutionContext.h |
+++ b/Source/core/dom/ExecutionContext.h |
@@ -148,6 +148,10 @@ protected: |
virtual KURL virtualCompleteURL(const String&) const = 0; |
ContextLifecycleNotifier& lifecycleNotifier(); |
+ void contextDestroyed() |
+ { |
+ LifecycleContext<ExecutionContext>::contextDestroyed(); |
+ } |
private: |
friend class DOMTimer; // For installNewTimeout() and removeTimeoutByID() below. |