Index: Source/core/xmlhttprequest/XMLHttpRequest.cpp |
diff --git a/Source/core/xmlhttprequest/XMLHttpRequest.cpp b/Source/core/xmlhttprequest/XMLHttpRequest.cpp |
index 2001cd1f631680c1d886530a4fe303747e0d8826..1555de3f658c3087a7d487149813bd60e0e5a5b4 100644 |
--- a/Source/core/xmlhttprequest/XMLHttpRequest.cpp |
+++ b/Source/core/xmlhttprequest/XMLHttpRequest.cpp |
@@ -789,7 +789,6 @@ void XMLHttpRequest::send(Document* document, ExceptionState& exceptionState) |
// from the HTML5 specification to serialize the document. |
String body = createMarkup(document); |
- // FIXME: This should use value of document.inputEncoding to determine the encoding to use. |
httpBody = FormData::create(UTF8Encoding().encode(body, WTF::EntitiesForUnencodables)); |
} |