Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp

Issue 2552993002: Rename activeDOMObjectsAreStopped to isContextDestroyed (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
}

Powered by Google App Engine
This is Rietveld 408576698