| Index: base/threading/worker_pool_posix.cc
|
| diff --git a/base/threading/worker_pool_posix.cc b/base/threading/worker_pool_posix.cc
|
| index 886a5475a5987ae4aa29cb9988d06c78844e18f8..cf45f2438215afdd73a8ed324de16002d11ef1cd 100644
|
| --- a/base/threading/worker_pool_posix.cc
|
| +++ b/base/threading/worker_pool_posix.cc
|
| @@ -57,7 +57,8 @@ void WorkerPoolImpl::PostTask(const tracked_objects::Location& from_here,
|
| pool_->PostTask(from_here, task);
|
| }
|
|
|
| -base::LazyInstance<WorkerPoolImpl> g_lazy_worker_pool(base::LINKER_INITIALIZED);
|
| +base::LazyInstance<WorkerPoolImpl> g_lazy_worker_pool =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| class WorkerThread : public PlatformThread::Delegate {
|
| public:
|
|
|