| Index: sky/engine/bindings/core/v8/V8Binding.cpp
|
| diff --git a/sky/engine/bindings/core/v8/V8Binding.cpp b/sky/engine/bindings/core/v8/V8Binding.cpp
|
| index 5f5de71d450f39c70b2ae2f383851542c8c5fe4a..7c323bb1fa453b734a5749f34059b3cc8aa9cc03 100644
|
| --- a/sky/engine/bindings/core/v8/V8Binding.cpp
|
| +++ b/sky/engine/bindings/core/v8/V8Binding.cpp
|
| @@ -817,7 +817,7 @@ PassRefPtr<JSONValue> v8ToJSONValue(v8::Isolate* isolate, v8::Handle<v8::Value>
|
| V8TestingScope::V8TestingScope(v8::Isolate* isolate)
|
| : m_handleScope(isolate)
|
| , m_contextScope(v8::Context::New(isolate))
|
| - , m_scriptState(ScriptStateForTesting::create(isolate->GetCurrentContext(), DOMWrapperWorld::create()))
|
| + , m_scriptState(ScriptStateForTesting::create(isolate->GetCurrentContext(), DOMWrapperWorld::create(FakeWorld)))
|
| {
|
| }
|
|
|
|
|