| Index: Source/platform/network/HTTPRequest.cpp
|
| diff --git a/Source/platform/network/HTTPRequest.cpp b/Source/platform/network/HTTPRequest.cpp
|
| index c9ce45aa7fb391ae054077c38381e1a7a41d07ed..b25aa8f3493c6a3cf49935df0df96da2f20f55ff 100644
|
| --- a/Source/platform/network/HTTPRequest.cpp
|
| +++ b/Source/platform/network/HTTPRequest.cpp
|
| @@ -81,7 +81,7 @@ size_t HTTPRequest::parseHeaders(const char* data, size_t length, String& failur
|
| const char* p = data;
|
| const char* end = data + length;
|
| AtomicString name;
|
| - String value;
|
| + AtomicString value;
|
| for (; p < data + length; p++) {
|
| size_t consumedLength = parseHTTPHeader(p, end - p, failureReason, name, value);
|
| if (!consumedLength)
|
|
|