Index: base/debug/trace_event.cc |
diff --git a/base/debug/trace_event.cc b/base/debug/trace_event.cc |
index 0550ca3484eae9aeb78ec3e8b0b6ba8cb96d8c42..ad3b6acb5f252e86772c224bfb4ca6ab878ed43c 100644 |
--- a/base/debug/trace_event.cc |
+++ b/base/debug/trace_event.cc |
@@ -61,7 +61,7 @@ int g_category_index = 3; // skip initial 3 categories |
// The most-recently captured name of the current thread |
LazyInstance<ThreadLocalPointer<char>, |
LeakyLazyInstanceTraits<ThreadLocalPointer<char> > > |
- g_current_thread_name(LINKER_INITIALIZED); |
+ g_current_thread_name = LINKER_ZERO_INITIALIZED; |
} // namespace |