| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp
|
| index 9292088be477f5cfbac7c5221ce9707ff4414986..1b32409175f5f644629006da41d754d9e5ffd7ed 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp
|
| @@ -42,7 +42,7 @@ const char* ServiceWorkerGlobalScopeClient::SupplementName() {
|
| ServiceWorkerGlobalScopeClient* ServiceWorkerGlobalScopeClient::From(
|
| ExecutionContext* context) {
|
| WorkerClients* clients = ToWorkerGlobalScope(context)->Clients();
|
| - ASSERT(clients);
|
| + DCHECK(clients);
|
| return static_cast<ServiceWorkerGlobalScopeClient*>(
|
| Supplement<WorkerClients>::From(clients, SupplementName()));
|
| }
|
|
|