| Index: Source/core/loader/PingLoader.h
|
| diff --git a/Source/core/loader/PingLoader.h b/Source/core/loader/PingLoader.h
|
| index 29a2d73446bbe690f45bedee857cee3c553a9265..aecd6af0ad346049e56de0cdbb790384408e42d0 100644
|
| --- a/Source/core/loader/PingLoader.h
|
| +++ b/Source/core/loader/PingLoader.h
|
| @@ -69,7 +69,7 @@ public:
|
| XSSAuditorViolationReport
|
| };
|
|
|
| - static void loadImage(LocalFrame*, const KURL& url);
|
| + static void loadImage(LocalFrame*, const KURL&);
|
| static void sendLinkAuditPing(LocalFrame*, const KURL& pingURL, const KURL& destinationURL);
|
| static void sendViolationReport(LocalFrame*, const KURL& reportURL, PassRefPtr<FormData> report, ViolationReportType);
|
|
|
|
|