| Index: Source/bindings/v8/IDBBindingUtilitiesTest.cpp
|
| diff --git a/Source/bindings/v8/IDBBindingUtilitiesTest.cpp b/Source/bindings/v8/IDBBindingUtilitiesTest.cpp
|
| index 0ad18b68b48587c205e596c4afa8cad2b7cbcc10..9ecbfded0df68d91b795ed441386c7f28feebc6e 100644
|
| --- a/Source/bindings/v8/IDBBindingUtilitiesTest.cpp
|
| +++ b/Source/bindings/v8/IDBBindingUtilitiesTest.cpp
|
| @@ -90,11 +90,11 @@ void checkKeyPathNumberValue(v8::Isolate* isolate, const ScriptValue& value, con
|
| class IDBKeyFromValueAndKeyPathTest : public testing::Test {
|
| public:
|
| IDBKeyFromValueAndKeyPathTest()
|
| - : m_scope(V8ExecutionScope::create(v8::Isolate::GetCurrent()))
|
| + : m_scope(V8TestingScope::create(v8::Isolate::GetCurrent()))
|
| {
|
| }
|
| private:
|
| - OwnPtr<V8ExecutionScope> m_scope;
|
| + OwnPtr<V8TestingScope> m_scope;
|
| };
|
|
|
| TEST_F(IDBKeyFromValueAndKeyPathTest, TopLevelPropertyStringValue)
|
|
|