| Index: Source/bindings/v8/ScriptPromiseTest.cpp
|
| diff --git a/Source/bindings/v8/ScriptPromiseTest.cpp b/Source/bindings/v8/ScriptPromiseTest.cpp
|
| index 452e9f5ec96d531b20e3ea6eed6c3fa39f515478..c8c82f3b3c1a098d4f01815785c544feb9a01bca 100644
|
| --- a/Source/bindings/v8/ScriptPromiseTest.cpp
|
| +++ b/Source/bindings/v8/ScriptPromiseTest.cpp
|
| @@ -70,7 +70,7 @@ private:
|
| class ScriptPromiseTest : public testing::Test {
|
| public:
|
| ScriptPromiseTest()
|
| - : m_scope(V8ExecutionScope::create(v8::Isolate::GetCurrent()))
|
| + : m_scope(V8TestingScope::create(v8::Isolate::GetCurrent()))
|
| {
|
| }
|
|
|
| @@ -87,7 +87,7 @@ public:
|
| v8::Isolate* isolate() const { return m_scope->isolate(); }
|
|
|
| protected:
|
| - OwnPtr<V8ExecutionScope> m_scope;
|
| + OwnPtr<V8TestingScope> m_scope;
|
| };
|
|
|
| TEST_F(ScriptPromiseTest, constructFromNonPromise)
|
|
|