| Index: Source/bindings/v8/ScriptPromiseResolverTest.cpp
|
| diff --git a/Source/bindings/v8/ScriptPromiseResolverTest.cpp b/Source/bindings/v8/ScriptPromiseResolverTest.cpp
|
| index f80d977ac9367098ccf3e169a7c3800f404583d0..1612dccbc8d4a3248dd649153b06f726f62e0be8 100644
|
| --- a/Source/bindings/v8/ScriptPromiseResolverTest.cpp
|
| +++ b/Source/bindings/v8/ScriptPromiseResolverTest.cpp
|
| @@ -64,7 +64,7 @@ private:
|
| class ScriptPromiseResolverTest : public testing::Test {
|
| public:
|
| ScriptPromiseResolverTest()
|
| - : m_scope(V8ExecutionScope::create(v8::Isolate::GetCurrent()))
|
| + : m_scope(V8TestingScope::create(v8::Isolate::GetCurrent()))
|
| {
|
| m_resolver = ScriptPromiseResolver::create(m_scope->scriptState());
|
| }
|
| @@ -79,7 +79,7 @@ public:
|
|
|
| protected:
|
| RefPtr<ScriptPromiseResolver> m_resolver;
|
| - OwnPtr<V8ExecutionScope> m_scope;
|
| + OwnPtr<V8TestingScope> m_scope;
|
| };
|
|
|
| TEST_F(ScriptPromiseResolverTest, initialState)
|
|
|