| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| index 1952166a0ab0167be7451c94fcef204633d46fcf..8c51e00797acffc4b3e9646a3699c45e8365c465 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| @@ -344,7 +344,7 @@ bool HTMLFrameOwnerElement::LoadOrRedirectSubframe(
|
| }
|
|
|
| if (!GetDocument().GetSecurityOrigin()->CanDisplay(url)) {
|
| - FrameLoader::ReportLocalLoadFailed(parent_frame, url.GetString());
|
| + GetDocument().ReportLocalLoadFailed(url.GetString());
|
| return false;
|
| }
|
|
|
|
|