Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(715)

Unified Diff: third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp

Issue 2387263004: Manually remove many instances of a comma quirk arising from the reformat. (Closed)
Patch Set: merge with master; thakis nit Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)) {}
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/OscillatorNode.cpp ('k') | third_party/WebKit/Source/platform/Timer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698