| Index: Source/core/dom/ExecutionContext.cpp
|
| diff --git a/Source/core/dom/ExecutionContext.cpp b/Source/core/dom/ExecutionContext.cpp
|
| index 0fdef665a01d46ba3a2be8700e7b033ad7485d41..7db5cfd1ae31f45447d706c3195c3469f0bd1335 100644
|
| --- a/Source/core/dom/ExecutionContext.cpp
|
| +++ b/Source/core/dom/ExecutionContext.cpp
|
| @@ -66,8 +66,7 @@ public:
|
| };
|
|
|
| ExecutionContext::ExecutionContext()
|
| - : ContextLifecycleNotifier(this)
|
| - , m_circularSequentialID(0)
|
| + : m_circularSequentialID(0)
|
| , m_inDispatchErrorEvent(false)
|
| , m_activeDOMObjectsAreSuspended(false)
|
| , m_activeDOMObjectsAreStopped(false)
|
|
|