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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.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/RespondWithObserver.cpp
diff --git a/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.cpp b/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.cpp
index eb894de216a50f2de0c3f417dee4ad55d17c356d..bb450a438e72e691cc21dd08e9988a7399303259 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.cpp
+++ b/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.cpp
@@ -25,7 +25,8 @@
namespace blink {
namespace {
-// Returns the error message to let the developer know about the reason of the unusual failures.
+// Returns the error message to let the developer know about the reason of the
+// unusual failures.
const String getMessageForResponseError(WebServiceWorkerResponseError error,
const KURL& requestURL) {
String errorMessage = "The FetchEvent for \"" + requestURL.getString() +

Powered by Google App Engine
This is Rietveld 408576698