Index: Source/core/dom/ExecutionContext.h |
diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h |
index 664b7c39dc66f2fb9c172778f3b36fb3b58df31e..2b4e13f92dd8d99c1d264a14f08ea16765119ba9 100644 |
--- a/Source/core/dom/ExecutionContext.h |
+++ b/Source/core/dom/ExecutionContext.h |
@@ -117,8 +117,6 @@ public: |
// Gets the next id in a circular sequence from 1 to 2^31-1. |
int circularSequentialID(); |
- PassOwnPtr<LifecycleNotifier<ExecutionContext> > createLifecycleNotifier(); |
- |
virtual EventTarget* errorEventTarget() = 0; |
virtual EventQueue* eventQueue() const = 0; |