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

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

Issue 2387983002: Worker: Reflow comments in worker components (Closed)
Patch Set: manually tweak 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/serviceworkers/ServiceWorkerClients.cpp
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp
index 53f508c2e89ad7699923380e13d4ea183d283a0c..1073dbc2cab68e2b01822a5d313e1ecc33734b40 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp
@@ -105,7 +105,8 @@ ServiceWorkerClients::ServiceWorkerClients() {}
ScriptPromise ServiceWorkerClients::get(ScriptState* scriptState,
const String& id) {
ExecutionContext* executionContext = scriptState->getExecutionContext();
- // TODO(jungkees): May be null due to worker termination: http://crbug.com/413518.
+ // TODO(jungkees): May be null due to worker termination:
+ // http://crbug.com/413518.
if (!executionContext)
return ScriptPromise();

Powered by Google App Engine
This is Rietveld 408576698