| Index: third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/PingLoader.cpp b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| index ad119c3f9875245557414050c5534d86754cab7f..4c062504fb59e59493196434fed550ce2443e7f5 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| @@ -472,7 +472,7 @@ bool SendBeaconCommon(LocalFrame* frame,
|
|
|
| void PingLoader::LoadImage(LocalFrame* frame, const KURL& url) {
|
| if (!frame->GetDocument()->GetSecurityOrigin()->CanDisplay(url)) {
|
| - FrameLoader::ReportLocalLoadFailed(frame, url.GetString());
|
| + frame->GetDocument()->ReportLocalLoadFailed(url.GetString());
|
| return;
|
| }
|
|
|
|
|