Index: chrome_frame/utils.cc |
diff --git a/chrome_frame/utils.cc b/chrome_frame/utils.cc |
index 7cb2b1406ce349fed0cd2afa42aed5462adf1687..bd07b58d67f92d8f34443b074af918ea3d45fecf 100644 |
--- a/chrome_frame/utils.cc |
+++ b/chrome_frame/utils.cc |
@@ -110,7 +110,7 @@ namespace { |
// pointer so it should not be dereferenced and used for comparison against a |
// living instance only. |
base::LazyInstance<base::ThreadLocalPointer<IBrowserService> > |
- g_tls_browser_for_cf_navigation(base::LINKER_INITIALIZED); |
+ g_tls_browser_for_cf_navigation = LINKER_ZERO_INITIALIZED; |
} // end anonymous namespace |