Index: Source/core/dom/ContextLifecycleNotifier.h |
diff --git a/Source/core/dom/ContextLifecycleNotifier.h b/Source/core/dom/ContextLifecycleNotifier.h |
index 94b6722f86f4142d2aa394c2cfccd94deff02a30..76ef4f3cc3e1d8eeeab370e77a1842c503802d92 100644 |
--- a/Source/core/dom/ContextLifecycleNotifier.h |
+++ b/Source/core/dom/ContextLifecycleNotifier.h |
@@ -39,7 +39,6 @@ class ExecutionContext; |
class ContextLifecycleNotifier : public LifecycleNotifier<ExecutionContext, ContextLifecycleObserver> { |
public: |
void addObserver(ContextLifecycleObserver*); |
- void removeObserver(ContextLifecycleObserver*); |
void notifyResumingActiveDOMObjects(); |
void notifySuspendingActiveDOMObjects(); |