| Index: content/browser/service_worker/service_worker_script_cache_map.cc
|
| diff --git a/content/browser/service_worker/service_worker_script_cache_map.cc b/content/browser/service_worker/service_worker_script_cache_map.cc
|
| index 60876b8d71694cdd720ec3c97bcb0365d209e070..3cb87837c07245f86876946cd4f6e0ea2b663599 100644
|
| --- a/content/browser/service_worker/service_worker_script_cache_map.cc
|
| +++ b/content/browser/service_worker/service_worker_script_cache_map.cc
|
| @@ -35,7 +35,7 @@ void ServiceWorkerScriptCacheMap::NotifyStartedCaching(
|
| DCHECK_EQ(kInvalidServiceWorkerResponseId, Lookup(url));
|
| DCHECK(owner_->status() == ServiceWorkerVersion::NEW);
|
| resource_ids_[url] = resource_id;
|
| - context_->storage()->StoreUncommittedReponseId(resource_id);
|
| + context_->storage()->StoreUncommittedResponseId(resource_id);
|
| }
|
|
|
| void ServiceWorkerScriptCacheMap::NotifyFinishedCaching(
|
|
|