| Index: Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp b/Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp
|
| index f45f2d13dc70e572084b51f54fe04434b1ebd20b..9281c71581a7b2defd9ae2771b402c0f4a10e02b 100644
|
| --- a/Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp
|
| @@ -54,7 +54,7 @@ ScriptValue InjectedScriptManager::createInjectedScript(const String& scriptSour
|
| m_injectedScriptHost->setWrapperTemplate(wrapperTemplate, isolate);
|
| }
|
|
|
| - v8::Local<v8::Object> scriptHostWrapper = V8InjectedScriptHost::wrap(wrapperTemplate, inspectedScriptState->context(), m_injectedScriptHost);
|
| + v8::Local<v8::Object> scriptHostWrapper = V8InjectedScriptHost::wrap(isolate, wrapperTemplate, m_injectedScriptHost);
|
| if (scriptHostWrapper.IsEmpty())
|
| return ScriptValue();
|
|
|
|
|