| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| index e4caee22451fffac6ae5e434c4620fc95e9a9a65..0ede386c3d88db111451340b004a5928531eeef1 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| @@ -101,7 +101,7 @@ class ScriptPromisePropertyTestBase {
|
| v8::HandleScope handleScope(isolate());
|
| m_otherScriptState = ScriptStateForTesting::create(
|
| v8::Context::New(isolate()),
|
| - DOMWrapperWorld::ensureIsolatedWorld(isolate(), 1, -1));
|
| + DOMWrapperWorld::ensureIsolatedWorld(isolate(), 1));
|
| }
|
|
|
| virtual ~ScriptPromisePropertyTestBase() { destroyContext(); }
|
|
|