| Index: Source/core/dom/ContextLifecycleObserver.cpp
|
| diff --git a/Source/core/dom/ContextLifecycleObserver.cpp b/Source/core/dom/ContextLifecycleObserver.cpp
|
| index 922fc9215476dbabac05f977ccf76348352c2d24..c54bda5b77cc47e86e6bd51dfaedf64fb080e7d5 100644
|
| --- a/Source/core/dom/ContextLifecycleObserver.cpp
|
| +++ b/Source/core/dom/ContextLifecycleObserver.cpp
|
| @@ -33,14 +33,9 @@
|
| namespace blink {
|
|
|
| ContextLifecycleObserver::ContextLifecycleObserver(ExecutionContext* executionContext, Type type)
|
| - : LifecycleObserver<ExecutionContext, ContextLifecycleObserver, ContextLifecycleNotifier>(executionContext)
|
| - , m_observerType(type)
|
| + : m_observerType(type)
|
| {
|
| setContext(executionContext);
|
| }
|
|
|
| -ContextLifecycleObserver::~ContextLifecycleObserver()
|
| -{
|
| -}
|
| -
|
| } // namespace blink
|
|
|