diff options
Diffstat (limited to 'base/thread_local_storage_posix.cc')
-rw-r--r-- | base/thread_local_storage_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/thread_local_storage_posix.cc b/base/thread_local_storage_posix.cc index f40627d..80d5838 100644 --- a/base/thread_local_storage_posix.cc +++ b/base/thread_local_storage_posix.cc @@ -18,7 +18,7 @@ bool ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) { NOTREACHED(); return false; } - + initialized_ = true; return true; } |