| Index: content/child/appcache/web_application_cache_host_impl.cc
|
| diff --git a/content/child/appcache/web_application_cache_host_impl.cc b/content/child/appcache/web_application_cache_host_impl.cc
|
| index 3442fc0b78dfc40349ac408c479b3cfae077c697..af06dfe72e815c5fb0aa0a0a57bf48d7f82676e7 100644
|
| --- a/content/child/appcache/web_application_cache_host_impl.cc
|
| +++ b/content/child/appcache/web_application_cache_host_impl.cc
|
| @@ -34,7 +34,7 @@ const char* const kEventNames[] = {
|
| "UpdateReady", "Cached", "Obsolete"
|
| };
|
|
|
| -typedef IDMap<WebApplicationCacheHostImpl> HostsMap;
|
| +typedef IDMap<WebApplicationCacheHostImpl*> HostsMap;
|
|
|
| HostsMap* all_hosts() {
|
| static HostsMap* map = new HostsMap;
|
|
|