Index: chrome_frame/chrome_frame_automation.cc |
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc |
index 4f6c57c5612bc006f415cba25194c8a7a6bdf7c2..35be3a9d967c3482cad5767165c27347f0fb05a3 100644 |
--- a/chrome_frame/chrome_frame_automation.cc |
+++ b/chrome_frame/chrome_frame_automation.cc |
@@ -505,7 +505,7 @@ bool ProxyFactory::ReleaseAutomationServer(void* server_id, |
static base::LazyInstance<ProxyFactory, |
base::LeakyLazyInstanceTraits<ProxyFactory> > |
- g_proxy_factory(base::LINKER_INITIALIZED); |
+ g_proxy_factory = LINKER_ZERO_INITIALIZED; |
template <> struct RunnableMethodTraits<ChromeFrameAutomationClient> { |
static void RetainCallee(ChromeFrameAutomationClient* obj) {} |