| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| index 0ec8ceb1a252dd17ed87d60894af11a3c52d92c0..26b59869cb8aeaad290b389ec5d27ae4b8ed58d9 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| @@ -132,7 +132,7 @@ ServiceWorkerContainer* ServiceWorkerContainer::Create(
|
| }
|
|
|
| ServiceWorkerContainer::~ServiceWorkerContainer() {
|
| - ASSERT(!provider_);
|
| + DCHECK(!provider_);
|
| }
|
|
|
| void ServiceWorkerContainer::ContextDestroyed(ExecutionContext*) {
|
|
|