X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fbindings%2Fv8%2Fcustom%2FV8InjectedScriptManager.cpp;h=0b63453d92aff71c776d5c26e6eeaf20513a320f;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=473515eb78ef6f18d8278b12abbb5f8860403e39;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/bindings/v8/custom/V8InjectedScriptManager.cpp b/src/third_party/WebKit/Source/bindings/v8/custom/V8InjectedScriptManager.cpp index 473515e..0b63453 100644 --- a/src/third_party/WebKit/Source/bindings/v8/custom/V8InjectedScriptManager.cpp +++ b/src/third_party/WebKit/Source/bindings/v8/custom/V8InjectedScriptManager.cpp @@ -58,7 +58,7 @@ static v8::Local createInjectedScriptHostV8Wrapper(InjectedScriptHos // Return if allocation failed. return v8::Local(); } - v8::Local instanceTemplate = V8ObjectConstructor::newInstance(function); + v8::Local instanceTemplate = V8ObjectConstructor::newInstance(isolate, function); if (instanceTemplate.IsEmpty()) { // Avoid setting the wrapper if allocation failed. return v8::Local();