| Index: Source/platform/LifecycleContextTest.cpp
|
| diff --git a/Source/platform/LifecycleContextTest.cpp b/Source/platform/LifecycleContextTest.cpp
|
| index bf33b9028e3f2a2ffcdf528d5ac39eba6c558fb6..37f85a356cf7ebe1494ad34f1c1d75f809aa8f68 100644
|
| --- a/Source/platform/LifecycleContextTest.cpp
|
| +++ b/Source/platform/LifecycleContextTest.cpp
|
| @@ -88,8 +88,7 @@ public:
|
|
|
| private:
|
| explicit TestingObserver(DummyContext* context)
|
| - : LifecycleObserver<DummyContext, TestingObserver, DummyContext>(context)
|
| - , m_contextDestroyedCalled(false)
|
| + : m_contextDestroyedCalled(false)
|
| {
|
| setContext(context);
|
| }
|
|
|