| Index: content/browser/service_worker/service_worker_fetch_dispatcher.cc
|
| diff --git a/content/browser/service_worker/service_worker_fetch_dispatcher.cc b/content/browser/service_worker/service_worker_fetch_dispatcher.cc
|
| index dad6fba12ce03423d139ef810c81f696b2e26ac5..6232ee04ab931fb794406f014868137248e1b730 100644
|
| --- a/content/browser/service_worker/service_worker_fetch_dispatcher.cc
|
| +++ b/content/browser/service_worker/service_worker_fetch_dispatcher.cc
|
| @@ -87,7 +87,8 @@ void ServiceWorkerFetchDispatcher::DidFailActivation() {
|
| }
|
|
|
| void ServiceWorkerFetchDispatcher::DispatchFetchEvent() {
|
| - DCHECK_EQ(ServiceWorkerVersion::RUNNING, version_->running_status())
|
| + DCHECK_EQ(ServiceWorkerVersion::RunningStatus::RUNNING,
|
| + version_->running_status())
|
| << "Worker stopped too soon after it was started.";
|
|
|
| DCHECK(!prepare_callback_.is_null());
|
|
|