| Index: third_party/WebKit/Source/platform/exported/WebHTTPLoadInfo.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebHTTPLoadInfo.cpp b/third_party/WebKit/Source/platform/exported/WebHTTPLoadInfo.cpp
|
| index ba4a096110b3031ade76ec64994a06d11ebc735e..86d91abaf5456de45bc33a10a71381f4ba88f4c3 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebHTTPLoadInfo.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebHTTPLoadInfo.cpp
|
| @@ -89,7 +89,8 @@ static void addHeader(HTTPHeaderMap* map,
|
| const WebString& name,
|
| const WebString& value) {
|
| HTTPHeaderMap::AddResult result = map->add(name, value);
|
| - // It is important that values are separated by '\n', not comma, otherwise Set-Cookie header is not parseable.
|
| + // It is important that values are separated by '\n', not comma, otherwise
|
| + // Set-Cookie header is not parseable.
|
| if (!result.isNewEntry)
|
| result.storedValue->value =
|
| result.storedValue->value + "\n" + String(value);
|
|
|