| Index: Source/core/loader/PingLoader.h
|
| diff --git a/Source/core/loader/PingLoader.h b/Source/core/loader/PingLoader.h
|
| index 595e343b697c291bc993e120955385077e96191c..8cec4b957eb07f00304781f9e619892baa2823e1 100644
|
| --- a/Source/core/loader/PingLoader.h
|
| +++ b/Source/core/loader/PingLoader.h
|
| @@ -43,7 +43,7 @@
|
|
|
| namespace blink {
|
|
|
| -class FormData;
|
| +class EncodedFormData;
|
| class LocalFrame;
|
| class KURL;
|
| class ResourceRequest;
|
| @@ -71,7 +71,7 @@ public:
|
|
|
| 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);
|
| + static void sendViolationReport(LocalFrame*, const KURL& reportURL, PassRefPtr<EncodedFormData> report, ViolationReportType);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|