| Index: Source/platform/LifecycleContextTest.cpp
|
| diff --git a/Source/platform/LifecycleContextTest.cpp b/Source/platform/LifecycleContextTest.cpp
|
| index 883e26d8d8e8c43de2c09ea1005b071855ff62b9..ecb87ab0ddf6cc7ceb952d3d4bb43cfcaab8b1b7 100644
|
| --- a/Source/platform/LifecycleContextTest.cpp
|
| +++ b/Source/platform/LifecycleContextTest.cpp
|
| @@ -63,7 +63,7 @@ public:
|
| {
|
| LifecycleObserver::contextDestroyed();
|
| if (m_observerToRemoveOnDestruct) {
|
| - lifecycleContext()->removeObserver(m_observerToRemoveOnDestruct.get());
|
| + lifecycleContext()->removeObserver(m_observerToRemoveOnDestruct.get(), false);
|
| m_observerToRemoveOnDestruct.clear();
|
| }
|
| m_contextDestroyedCalled = true;
|
|
|