| 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() +
|
|
|