| Index: chrome_frame/external_tab.cc
|
| diff --git a/chrome_frame/external_tab.cc b/chrome_frame/external_tab.cc
|
| index 0e5b044be65b057ce6910d960360e6c71a38eac5..96eb658896482cb80256066ead7d180731d83f1c 100644
|
| --- a/chrome_frame/external_tab.cc
|
| +++ b/chrome_frame/external_tab.cc
|
| @@ -15,8 +15,8 @@ DISABLE_RUNNABLE_METHOD_REFCOUNT(ExternalTabProxy);
|
| DISABLE_RUNNABLE_METHOD_REFCOUNT(UIDelegate);
|
|
|
| namespace {
|
| - static base::LazyInstance<ChromeProxyFactory> g_proxy_factory(
|
| - base::LINKER_INITIALIZED);
|
| + static base::LazyInstance<ChromeProxyFactory> g_proxy_factory =
|
| + LINKER_ZERO_INITIALIZED;
|
|
|
| struct UserDataHolder : public SyncMessageContext {
|
| explicit UserDataHolder(void* p) : data(p) {}
|
|
|