Index: Source/bindings/core/v8/ScriptPromisePropertyTest.cpp |
diff --git a/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp b/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp |
index 77bc5493743a8ffec093baf40bec692cac30bc50..6856d175cc492860c0875a1c275f7cce85337f67 100644 |
--- a/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp |
+++ b/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp |
@@ -125,7 +125,7 @@ public: |
: m_page(DummyPageHolder::create(IntSize(1, 1))) |
{ |
v8::HandleScope handleScope(isolate()); |
- m_otherScriptState = ScriptStateForTesting::create(v8::Context::New(isolate()), DOMWrapperWorld::create(1)); |
+ m_otherScriptState = ScriptStateForTesting::create(v8::Context::New(isolate()), DOMWrapperWorld::create(isolate(), 1)); |
} |
virtual ~ScriptPromisePropertyTestBase() |