| Index: third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| index 0a4dfe2423cdc4052b499f116b523ef610134e52..12629888e6341b28f067fafafb0085cf931aa208 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| @@ -137,8 +137,7 @@ DocumentWebSocketChannel::DocumentWebSocketChannel(
|
| m_identifier(createUniqueIdentifier()),
|
| m_sendingQuota(0),
|
| m_receivedDataSizeForFlowControl(
|
| - receivedDataSizeForFlowControlHighWaterMark * 2) // initial quota
|
| - ,
|
| + receivedDataSizeForFlowControlHighWaterMark * 2), // initial quota
|
| m_sentSizeOfTopMessage(0),
|
| m_locationAtConstruction(std::move(location)) {}
|
|
|
|
|