| Index: remoting/host/plugin/host_log_handler.cc
|
| diff --git a/remoting/host/plugin/host_log_handler.cc b/remoting/host/plugin/host_log_handler.cc
|
| index afd981c100d154278510cbbc2514eaa3908b9ebe..68f84b26f73efed84d93c76efed58a31b827eac5 100644
|
| --- a/remoting/host/plugin/host_log_handler.cc
|
| +++ b/remoting/host/plugin/host_log_handler.cc
|
| @@ -18,7 +18,7 @@ static bool g_has_logging_scriptable_object = false;
|
| // The lock that protects the logging globals.
|
| static base::LazyInstance<base::Lock,
|
| base::LeakyLazyInstanceTraits<base::Lock> >
|
| - g_logging_lock(base::LINKER_INITIALIZED);
|
| + g_logging_lock = LINKER_ZERO_INITIALIZED;
|
|
|
| // The scriptable object that will display the log information to the user.
|
| static HostNPScriptObject* g_logging_scriptable_object = NULL;
|
|
|