| Index: Source/core/dom/ContextLifecycleNotifier.h
|
| diff --git a/Source/core/dom/ContextLifecycleNotifier.h b/Source/core/dom/ContextLifecycleNotifier.h
|
| index 2815514ae8de1f50bd7fbc4bdde8c4875dc5e0a2..f9a8e94f47f1072a9d2e5d14824c430fbb2a1f5f 100644
|
| --- a/Source/core/dom/ContextLifecycleNotifier.h
|
| +++ b/Source/core/dom/ContextLifecycleNotifier.h
|
| @@ -41,8 +41,6 @@ class ExecutionContext;
|
| class CORE_EXPORT ContextLifecycleNotifier : public LifecycleNotifier<ExecutionContext, ContextLifecycleObserver> {
|
| WTF_MAKE_NONCOPYABLE(ContextLifecycleNotifier);
|
| public:
|
| - void addObserver(ContextLifecycleObserver*);
|
| -
|
| void notifyResumingActiveDOMObjects();
|
| void notifySuspendingActiveDOMObjects();
|
| void notifyStoppingActiveDOMObjects();
|
|
|