| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| index 7802cd487bbc30deeef86de85c1bef7fb4cb9b58..fe6a27e66de06864e96f6fd387b012c8749eca75 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -486,7 +486,7 @@ WebString WebPluginContainerImpl::ExecuteScriptURL(const WebURL& url,
|
| : nullptr);
|
| v8::HandleScope handle_scope(ToIsolate(frame));
|
| v8::Local<v8::Value> result =
|
| - frame->Script().ExecuteScriptInMainWorldAndReturnValue(
|
| + frame->GetScriptController().ExecuteScriptInMainWorldAndReturnValue(
|
| ScriptSourceCode(script));
|
|
|
| // Failure is reported as a null string.
|
|
|