| Index: content/browser/shared_worker/shared_worker_service_impl.h
|
| diff --git a/content/browser/shared_worker/shared_worker_service_impl.h b/content/browser/shared_worker/shared_worker_service_impl.h
|
| index 99296d65e3ecd72be0784c0222b90454a1bac9fc..ea68ae66ded6897aac2fde9ce57ce26263dfc156 100644
|
| --- a/content/browser/shared_worker/shared_worker_service_impl.h
|
| +++ b/content/browser/shared_worker/shared_worker_service_impl.h
|
| @@ -110,7 +110,7 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
|
| typedef base::ScopedPtrHashMap<ProcessRouteIdPair,
|
| scoped_ptr<SharedWorkerHost>> WorkerHostMap;
|
| typedef base::ScopedPtrHashMap<int, scoped_ptr<SharedWorkerPendingInstance>>
|
| - PendingInstaneMap;
|
| + PendingInstanceMap;
|
|
|
| SharedWorkerServiceImpl();
|
| ~SharedWorkerServiceImpl() override;
|
| @@ -163,7 +163,7 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
|
| static bool (*s_try_increment_worker_ref_count_)(int);
|
|
|
| WorkerHostMap worker_hosts_;
|
| - PendingInstaneMap pending_instances_;
|
| + PendingInstanceMap pending_instances_;
|
| int next_pending_instance_id_;
|
|
|
| base::ObserverList<WorkerServiceObserver> observers_;
|
|
|