Index: content/child/worker_thread_registry.cc |
diff --git a/content/child/worker_thread_registry.cc b/content/child/worker_thread_registry.cc |
index f3d6fc5b3e5216b7eca667bc0fdd5fa04952cf1d..cba10759f5c4fd197a323607ef095aa7b6801d0b 100644 |
--- a/content/child/worker_thread_registry.cc |
+++ b/content/child/worker_thread_registry.cc |
@@ -26,8 +26,8 @@ using ThreadLocalWorkerThreadObservers = |
base::ThreadLocalPointer<WorkerThreadObservers>; |
// Stores a WorkerThreadObservers instance per thread. |
-base::LazyInstance<ThreadLocalWorkerThreadObservers> g_observers_tls = |
- LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<ThreadLocalWorkerThreadObservers>::DestructorAtExit |
+ g_observers_tls = LAZY_INSTANCE_INITIALIZER; |
// A task-runner that refuses to run any tasks. |
class DoNothingTaskRunner : public base::TaskRunner { |