| Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| index 841caa9ce459d7a23d16eb62c38af0a3a5b875f0..c40ced668db71afbfa1fbda545f654859a8d6381 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| @@ -127,7 +127,7 @@ v8::Local<v8::Value> ScriptController::ExecuteScriptAndReturnValue(
|
| try_catch.SetVerbose(true);
|
|
|
| v8::Local<v8::Script> script;
|
| - if (!V8ScriptRunner::CompileScript(source, GetIsolate(),
|
| + if (!V8ScriptRunner::CompileScript(ScriptState::From(context), source,
|
| access_control_status, v8_cache_options)
|
| .ToLocal(&script))
|
| return result;
|
|
|