| Index: third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp b/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
|
| index de4a50a4a0110662c838168659da7cee6f0ca2f0..a91871eda3df876a67ebbedf2e7777f826bf309f 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
|
| @@ -424,7 +424,7 @@ void XSSAuditor::init(Document* document, XSSAuditorDelegate* auditorDelegate) {
|
| if (auditorDelegate)
|
| auditorDelegate->setReportURL(xssProtectionReportURL.copy());
|
|
|
| - EncodedFormData* httpBody = documentLoader->request().httpBody();
|
| + EncodedFormData* httpBody = documentLoader->getRequest().httpBody();
|
| if (httpBody && !httpBody->isEmpty())
|
| m_httpBodyAsString = httpBody->flattenToString();
|
| }
|
|
|