Index: content/browser/browser_thread_impl.cc |
diff --git a/content/browser/browser_thread_impl.cc b/content/browser/browser_thread_impl.cc |
index d964af0639839c864acf4dc354332a1d1922272e..b09f7802f90629792d4be7b67b7a0860cc802a23 100644 |
--- a/content/browser/browser_thread_impl.cc |
+++ b/content/browser/browser_thread_impl.cc |
@@ -36,7 +36,7 @@ namespace { |
// without holding this lock. Do not block while holding this lock. |
base::LazyInstance<base::Lock, |
base::LeakyLazyInstanceTraits<base::Lock> > |
- g_lock(base::LINKER_INITIALIZED); |
+ g_lock = LINKER_ZERO_INITIALIZED; |
// An array of the BrowserThread objects. This array is protected by |g_lock|. |