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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.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/ServiceWorkerGlobalScope.cpp
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
index 2531181492f5603b4399c3d40bc1b68540249f99..a22e948d3722825d4edb6b68d5905baf65a4234a 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
@@ -159,7 +159,8 @@ ServiceWorkerRegistration* ServiceWorkerGlobalScope::registration() {
ScriptPromise ServiceWorkerGlobalScope::skipWaiting(ScriptState* scriptState) {
ExecutionContext* executionContext = scriptState->getExecutionContext();
- // FIXME: short-term fix, see details at: https://codereview.chromium.org/535193002/.
+ // FIXME: short-term fix, see details at:
+ // https://codereview.chromium.org/535193002/.
if (!executionContext)
return ScriptPromise();

Powered by Google App Engine
This is Rietveld 408576698