Index: content/child/service_worker/service_worker_dispatcher.cc |
diff --git a/content/child/service_worker/service_worker_dispatcher.cc b/content/child/service_worker/service_worker_dispatcher.cc |
index 100693bdd6ecbe02d43e88cd183031aeb80c5c00..d8ac46e89ebbaa8cbbbcbb1f53b10fea2e09062d 100644 |
--- a/content/child/service_worker/service_worker_dispatcher.cc |
+++ b/content/child/service_worker/service_worker_dispatcher.cc |
@@ -198,7 +198,7 @@ void ServiceWorkerDispatcher::OnServiceWorkerStateChanged( |
ServiceWorkerMap::iterator found = service_workers_.find(handle_id); |
if (found == service_workers_.end()) |
return; |
- found->second->SetState(state); |
+ found->second->OnStateChanged(state); |
} |
void ServiceWorkerDispatcher::OnSetCurrentServiceWorker( |