| Index: Source/core/dom/ContextLifecycleNotifier.h
|
| diff --git a/Source/core/dom/ContextLifecycleNotifier.h b/Source/core/dom/ContextLifecycleNotifier.h
|
| index f5f75992ddd60c0c363c57056ea35d3aaf5d2b47..93d85407c1ee0b6786cfb6b5ec3ef9ce4ddb085f 100644
|
| --- a/Source/core/dom/ContextLifecycleNotifier.h
|
| +++ b/Source/core/dom/ContextLifecycleNotifier.h
|
| @@ -53,7 +53,6 @@ public:
|
|
|
| void notifyResumingActiveDOMObjects();
|
| void notifySuspendingActiveDOMObjects();
|
| - void notifyWillStopActiveDOMObjects();
|
| void notifyStoppingActiveDOMObjects();
|
|
|
| bool contains(ActiveDOMObject* object) const { return m_activeDOMObjects.contains(object); }
|
|
|