diff options
Diffstat (limited to 'net/base/x509_certificate_win.cc')
-rw-r--r-- | net/base/x509_certificate_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/x509_certificate_win.cc b/net/base/x509_certificate_win.cc index 1c89abb..7309021 100644 --- a/net/base/x509_certificate_win.cc +++ b/net/base/x509_certificate_win.cc @@ -720,7 +720,7 @@ class GlobalCertStore { static base::LazyInstance<GlobalCertStore, base::LeakyLazyInstanceTraits<GlobalCertStore> > - g_cert_store(base::LINKER_INITIALIZED); + g_cert_store = LAZY_INSTANCE_INITIALIZER; // static HCERTSTORE X509Certificate::cert_store() { |