| Index: net/base/ev_root_ca_metadata.cc
|
| diff --git a/net/base/ev_root_ca_metadata.cc b/net/base/ev_root_ca_metadata.cc
|
| index 6314b776838a1c38cac44d6ea34c5af788efb835..660a088ef5e4d72872a8641f1a3499527432bf12 100644
|
| --- a/net/base/ev_root_ca_metadata.cc
|
| +++ b/net/base/ev_root_ca_metadata.cc
|
| @@ -316,7 +316,7 @@ const EVRootCAMetadata::PolicyOID EVRootCAMetadata::policy_oids_[] = {
|
|
|
| static base::LazyInstance<EVRootCAMetadata,
|
| base::LeakyLazyInstanceTraits<EVRootCAMetadata> >
|
| - g_ev_root_ca_metadata(base::LINKER_INITIALIZED);
|
| + g_ev_root_ca_metadata = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| EVRootCAMetadata* EVRootCAMetadata::GetInstance() {
|
|
|