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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/serviceworkers/ServiceWorker.cpp
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
index fc6672b356760fe949d42ae1093f073a5b1ac7a2..a171a94d6e0a5a6126795b7c7659986c1cb88a78 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
@@ -63,9 +63,8 @@ void ServiceWorker::postMessage(ScriptState* scriptState,
}
// Disentangle the port in preparation for sending it to the remote context.
- MessagePortChannelArray channels =
- MessagePort::disentanglePorts(scriptState->getExecutionContext(), ports,
- exceptionState);
+ MessagePortChannelArray channels = MessagePort::disentanglePorts(
+ scriptState->getExecutionContext(), ports, exceptionState);
if (exceptionState.hadException())
return;
if (m_handle->serviceWorker()->state() == WebServiceWorkerStateRedundant) {

Powered by Google App Engine
This is Rietveld 408576698