| Index: base/threading/platform_thread_posix.cc
|
| diff --git a/base/threading/platform_thread_posix.cc b/base/threading/platform_thread_posix.cc
|
| index 55b3f69a204f7b0d508df5febd0d25f89c238b87..72b519dd73afb97c0b32978a6cea843eeeaa0033 100644
|
| --- a/base/threading/platform_thread_posix.cc
|
| +++ b/base/threading/platform_thread_posix.cc
|
| @@ -43,7 +43,7 @@ namespace {
|
| // Mac name code is in in platform_thread_mac.mm.
|
| LazyInstance<ThreadLocalPointer<char>,
|
| LeakyLazyInstanceTraits<ThreadLocalPointer<char> > >
|
| - current_thread_name(LINKER_INITIALIZED);
|
| + current_thread_name = LAZY_INSTANCE_INITIALIZER;
|
| #endif
|
|
|
| struct ThreadParams {
|
|
|