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