| Index: content/browser/service_worker/service_worker_context_wrapper.cc
|
| diff --git a/content/browser/service_worker/service_worker_context_wrapper.cc b/content/browser/service_worker/service_worker_context_wrapper.cc
|
| index d66de442b90217708d9689b54e2547cf38f18bee..5faa7d0323f8aa25572c6afc5fe986e266b8c91d 100644
|
| --- a/content/browser/service_worker/service_worker_context_wrapper.cc
|
| +++ b/content/browser/service_worker/service_worker_context_wrapper.cc
|
| @@ -428,7 +428,8 @@ void ServiceWorkerContextWrapper::DidDeleteAndStartOver(
|
| context_core_.reset(new ServiceWorkerContextCore(context_core_.get(), this));
|
| DVLOG(1) << "Restarted ServiceWorkerContextCore successfully.";
|
|
|
| - observer_list_->Notify(&ServiceWorkerContextObserver::OnStorageWiped);
|
| + observer_list_->Notify(FROM_HERE,
|
| + &ServiceWorkerContextObserver::OnStorageWiped);
|
| }
|
|
|
| } // namespace content
|
|
|