| Index: Source/core/loader/PingLoader.cpp
|
| diff --git a/Source/core/loader/PingLoader.cpp b/Source/core/loader/PingLoader.cpp
|
| index d0b669fb8c9efd825ac6e7746173d420ee0568e4..a134b19160e1759180f9810535232dcece3902bf 100644
|
| --- a/Source/core/loader/PingLoader.cpp
|
| +++ b/Source/core/loader/PingLoader.cpp
|
| @@ -125,7 +125,7 @@ void PingLoader::sendViolationReport(LocalFrame* frame, const KURL& reportURL, P
|
|
|
| void PingLoader::start(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed)
|
| {
|
| - if (MixedContentChecker::shouldBlockFetch(frame, request, request.url()))
|
| + if (MixedContentChecker::shouldBlockFetch(frame, &request, request.url()))
|
| return;
|
|
|
| // Leak the ping loader, since it will kill itself as soon as it receives a response.
|
|
|