| Index: Source/core/dom/ContextLifecycleNotifier.h
|
| diff --git a/Source/core/dom/ContextLifecycleNotifier.h b/Source/core/dom/ContextLifecycleNotifier.h
|
| index 76ef4f3cc3e1d8eeeab370e77a1842c503802d92..890f340fa37f536884a7d787311159b2bfc03f78 100644
|
| --- a/Source/core/dom/ContextLifecycleNotifier.h
|
| +++ b/Source/core/dom/ContextLifecycleNotifier.h
|
| @@ -48,8 +48,6 @@ public:
|
| bool hasPendingActivity() const;
|
|
|
| protected:
|
| - explicit ContextLifecycleNotifier(ExecutionContext*);
|
| -
|
| #if ENABLE(ASSERT)
|
| bool contains(ActiveDOMObject*) const;
|
| #endif
|
|
|