| Index: chrome/common/profiling.cc
|
| diff --git a/chrome/common/profiling.cc b/chrome/common/profiling.cc
|
| index 1a56086a2f5436589526bc0155c3cdabe89ba4bb..8b133797c44429b4fa1aa436b09ecfdeec428273 100644
|
| --- a/chrome/common/profiling.cc
|
| +++ b/chrome/common/profiling.cc
|
| @@ -91,7 +91,7 @@ class ProfilingThreadControl {
|
|
|
| base::LazyInstance<ProfilingThreadControl,
|
| base::LeakyLazyInstanceTraits<ProfilingThreadControl> >
|
| - g_flush_thread_control(base::LINKER_INITIALIZED);
|
| + g_flush_thread_control = LINKER_ZERO_INITIALIZED;
|
|
|
| } // namespace
|
|
|
|
|