| Index: chrome_frame/com_type_info_holder.cc
|
| diff --git a/chrome_frame/com_type_info_holder.cc b/chrome_frame/com_type_info_holder.cc
|
| index aa9b13bf9cd70d595b0977080d49c156dc3715b0..dd71ec06e6001ec31e62d5b243abfb30a5ca3005 100644
|
| --- a/chrome_frame/com_type_info_holder.cc
|
| +++ b/chrome_frame/com_type_info_holder.cc
|
| @@ -11,7 +11,7 @@ extern "C" IMAGE_DOS_HEADER __ImageBase;
|
|
|
| namespace com_util {
|
|
|
| -base::LazyInstance<TypeInfoCache> type_info_cache(base::LINKER_INITIALIZED);
|
| +base::LazyInstance<TypeInfoCache> type_info_cache = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // TypeInfoCache
|
|
|
|
|