| Index: net/socket/nss_ssl_util.cc
|
| diff --git a/net/socket/nss_ssl_util.cc b/net/socket/nss_ssl_util.cc
|
| index 30cbcbfaabf71b2a0f230b2b98fbfb9411313885..f4dc8be4794320abdebb6f8aad298d9322626f07 100644
|
| --- a/net/socket/nss_ssl_util.cc
|
| +++ b/net/socket/nss_ssl_util.cc
|
| @@ -69,8 +69,8 @@ class NSSSSLInitSingleton {
|
| }
|
| };
|
|
|
| -static base::LazyInstance<NSSSSLInitSingleton> g_nss_ssl_init_singleton(
|
| - base::LINKER_INITIALIZED);
|
| +static base::LazyInstance<NSSSSLInitSingleton> g_nss_ssl_init_singleton =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| // Initialize the NSS SSL library if it isn't already initialized. This must
|
| // be called before any other NSS SSL functions. This function is
|
|
|