| Index: third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
|
| diff --git a/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h b/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
|
| index 3f19ca637665c2e997bcb010531cdc839a82de4f..c49e4e692d91a224b9950c380b7937a7d8a2a506 100644
|
| --- a/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
|
| +++ b/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
|
| @@ -61,8 +61,8 @@ class PLATFORM_EXPORT WebSocketHandshakeRequest final
|
| addAndMergeHeader(&m_headerFields, name, value);
|
| }
|
|
|
| - // Merges the existing value with |value| in |map| if |map| already has |name|.
|
| - // Associates |value| with |name| in |map| otherwise.
|
| + // Merges the existing value with |value| in |map| if |map| already has
|
| + // |name|. Associates |value| with |name| in |map| otherwise.
|
| // This function builds data for inspector.
|
| static void addAndMergeHeader(HTTPHeaderMap* /* map */,
|
| const AtomicString& name,
|
|
|