| Index: Source/core/dom/ContextLifecycleNotifier.h
|
| diff --git a/Source/core/dom/ContextLifecycleNotifier.h b/Source/core/dom/ContextLifecycleNotifier.h
|
| index 0df73e3d387f5beb5ac59d7eef946265fc920e72..f5f75992ddd60c0c363c57056ea35d3aaf5d2b47 100644
|
| --- a/Source/core/dom/ContextLifecycleNotifier.h
|
| +++ b/Source/core/dom/ContextLifecycleNotifier.h
|
| @@ -59,8 +59,6 @@
|
| bool contains(ActiveDOMObject* object) const { return m_activeDOMObjects.contains(object); }
|
| bool hasPendingActivity() const;
|
|
|
| - virtual void removeAndNotifyAllObservers() OVERRIDE;
|
| -
|
| protected:
|
| explicit ContextLifecycleNotifier(ExecutionContext*);
|
|
|
|
|