Index: Source/core/html/parser/XSSAuditorDelegate.h |
diff --git a/Source/core/html/parser/XSSAuditorDelegate.h b/Source/core/html/parser/XSSAuditorDelegate.h |
index be93b25a83a472eaf593b546469a33575cfb13d4..301291bdceae457240979c6f5088954dcae604b7 100644 |
--- a/Source/core/html/parser/XSSAuditorDelegate.h |
+++ b/Source/core/html/parser/XSSAuditorDelegate.h |
@@ -37,7 +37,7 @@ |
namespace blink { |
class Document; |
-class FormData; |
+class EncodedFormData; |
class XSSInfo { |
WTF_MAKE_FAST_ALLOCATED(XSSInfo); |
@@ -77,7 +77,7 @@ public: |
void setReportURL(const KURL& url) { m_reportURL = url; } |
private: |
- PassRefPtr<FormData> generateViolationReport(const XSSInfo&); |
+ PassRefPtr<EncodedFormData> generateViolationReport(const XSSInfo&); |
RawPtrWillBeMember<Document> m_document; |
bool m_didSendNotifications; |