| Index: third_party/WebKit/Source/platform/LifecycleContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/LifecycleContextTest.cpp b/third_party/WebKit/Source/platform/LifecycleContextTest.cpp
|
| index e77f925098ad2eede794e7814099608f41a8fcd5..b217d25bec46256883e18784f5345838c9b9eb6a 100644
|
| --- a/third_party/WebKit/Source/platform/LifecycleContextTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/LifecycleContextTest.cpp
|
| @@ -73,7 +73,7 @@ class TestingObserver final
|
|
|
| void SetObserverToRemoveAndDestroy(
|
| TestingObserver* observer_to_remove_on_destruct) {
|
| - ASSERT(!observer_to_remove_on_destruct_);
|
| + DCHECK(!observer_to_remove_on_destruct_);
|
| observer_to_remove_on_destruct_ = observer_to_remove_on_destruct;
|
| }
|
|
|
|
|