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