Index: net/base/x509_certificate_win.cc |
diff --git a/net/base/x509_certificate_win.cc b/net/base/x509_certificate_win.cc |
index 1c89abba1b0d06b37196b3be2306c9700fba9158..ed58fba72f5afa406e1d5a59f77e656c5046759c 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 = LINKER_ZERO_INITIALIZED; |
// static |
HCERTSTORE X509Certificate::cert_store() { |