| Index: Source/core/html/parser/XSSAuditor.cpp
|
| diff --git a/Source/core/html/parser/XSSAuditor.cpp b/Source/core/html/parser/XSSAuditor.cpp
|
| index d0e496f78631d06c80490bfd52ee5aa90f0e1e17..a43fca982b53f7080c146e750ffe1c376f4ca0e0 100644
|
| --- a/Source/core/html/parser/XSSAuditor.cpp
|
| +++ b/Source/core/html/parser/XSSAuditor.cpp
|
| @@ -298,7 +298,7 @@ void XSSAuditor::init(Document* document, XSSAuditorDelegate* auditorDelegate)
|
| // FIXME: Combine the two report URLs in some reasonable way.
|
| if (auditorDelegate)
|
| auditorDelegate->setReportURL(xssProtectionReportURL.copy());
|
| - FormData* httpBody = documentLoader->originalRequest().httpBody();
|
| + FormData* httpBody = documentLoader->request().httpBody();
|
| if (httpBody && !httpBody->isEmpty()) {
|
| httpBodyAsString = httpBody->flattenToString();
|
| if (!httpBodyAsString.isEmpty()) {
|
|
|