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