| Index: third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| index ca3bb0fb6accf5aba82e5ddc6a64babf9d522291..8f062571876f7ce5592633ee178329e1f08316ae 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
|
| @@ -117,7 +117,7 @@ void HTMLFrameElementBase::OpenURL(bool replace_current_item) {
|
| if (ContentFrame()->Owner()->GetSandboxFlags() & kSandboxOrigin)
|
| return;
|
| ToLocalFrame(ContentFrame())
|
| - ->Script()
|
| + ->GetScriptController()
|
| .ExecuteScriptIfJavaScriptURL(script_url, this);
|
| }
|
|
|
|
|