| Index: content/browser/appcache/appcache_navigation_handle_core.cc
|
| diff --git a/content/browser/appcache/appcache_navigation_handle_core.cc b/content/browser/appcache/appcache_navigation_handle_core.cc
|
| index 8cfdaa4af17896da98a8a82289af21de2c58f0f4..83a6ccf484ba47bd18dadfa80130f28173faf58c 100644
|
| --- a/content/browser/appcache/appcache_navigation_handle_core.cc
|
| +++ b/content/browser/appcache/appcache_navigation_handle_core.cc
|
| @@ -21,7 +21,8 @@ namespace {
|
| // Accessed on the IO thread only.
|
| using AppCacheHandleMap =
|
| std::map <int, content::AppCacheNavigationHandleCore*>;
|
| -base::LazyInstance<AppCacheHandleMap> g_appcache_handle_map;
|
| +base::LazyInstance<AppCacheHandleMap>::DestructorAtExit g_appcache_handle_map =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|
|
|