Index: webkit/plugins/ppapi/ppb_url_request_info_impl.cc |
=================================================================== |
--- webkit/plugins/ppapi/ppb_url_request_info_impl.cc (revision 119104) |
+++ webkit/plugins/ppapi/ppb_url_request_info_impl.cc (working copy) |
@@ -76,7 +76,7 @@ |
const std::string& headers = data().headers; |
if (!headers.empty()) { |
- net::HttpUtil::HeadersIterator it(headers.begin(), headers.end(), "\n"); |
+ net::HttpUtil::HeadersIterator it(headers.begin(), headers.end(), "\n\r"); |
while (it.GetNext()) { |
dest->addHTTPHeaderField( |
WebString::fromUTF8(it.name()), |