| 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..fcc2e50aeb1a8190f0b7d5c8438b87aab884fa0c 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 = LAZY_INSTANCE_INITIALIZER;
|
|
|
| template <> struct RunnableMethodTraits<ChromeFrameAutomationClient> {
|
| static void RetainCallee(ChromeFrameAutomationClient* obj) {}
|
|
|