| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp
|
| index 775d3b98818ac5038ea6358d1aeefa9426d67f26..0db501bc92a6f00db73ee6a3be70bf8de8723708 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp
|
| @@ -61,7 +61,7 @@ class ScriptPromiseResolverTest : public ::testing::Test {
|
| };
|
|
|
| TEST_F(ScriptPromiseResolverTest, construct) {
|
| - ASSERT_FALSE(getExecutionContext()->activeDOMObjectsAreStopped());
|
| + ASSERT_FALSE(getExecutionContext()->isContextDestroyed());
|
| ScriptState::Scope scope(getScriptState());
|
| ScriptPromiseResolver::create(getScriptState());
|
| }
|
|
|