| 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 a8a9f4f40aee41a337800a0d8ec3bc5e0a620444..95c0ded764028caec622a5dee76bd01b8675ae98 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_document(document), | 
| m_sendingQuota(0), | 
| m_receivedDataSizeForFlowControl( | 
| -          receivedDataSizeForFlowControlHighWaterMark * 2)  // initial quota | 
| -      , | 
| +          receivedDataSizeForFlowControlHighWaterMark * 2),  // initial quota | 
| m_sentSizeOfTopMessage(0), | 
| m_locationAtConstruction(std::move(location)) {} | 
|  | 
|  |