Index: content/browser/browser_child_process_host.cc |
diff --git a/content/browser/browser_child_process_host.cc b/content/browser/browser_child_process_host.cc |
index 7666842a981238b68ae7c5c6e7a75d50743c4aae..fc0ed250b37db03986bf62c667446fe7f2391100 100644 |
--- a/content/browser/browser_child_process_host.cc |
+++ b/content/browser/browser_child_process_host.cc |
@@ -35,8 +35,8 @@ using content::BrowserThread; |
namespace { |
typedef std::list<BrowserChildProcessHost*> ChildProcessList; |
-static base::LazyInstance<ChildProcessList> g_child_process_list( |
- base::LINKER_INITIALIZED); |
+static base::LazyInstance<ChildProcessList> g_child_process_list = |
+ LINKER_ZERO_INITIALIZED; |
// The NotificationTask is used to notify about plugin process connection/ |
// disconnection. It is needed because the notifications in the |