| Index: content/browser/debugger/devtools_client_host.cc
|
| diff --git a/content/browser/debugger/devtools_client_host.cc b/content/browser/debugger/devtools_client_host.cc
|
| index 3250dc87348a4c0c3a8a8a4d831492c6a32dce94..3ff2c5496e3d2bac3b3369f78fb6a97dc27e41a2 100644
|
| --- a/content/browser/debugger/devtools_client_host.cc
|
| +++ b/content/browser/debugger/devtools_client_host.cc
|
| @@ -13,7 +13,7 @@ typedef std::vector<DevToolsClientHost*> DevToolsClientHostList;
|
| namespace {
|
| base::LazyInstance<DevToolsClientHostList,
|
| base::LeakyLazyInstanceTraits<DevToolsClientHostList> >
|
| - g_instances(base::LINKER_INITIALIZED);
|
| + g_instances = LAZY_INSTANCE_INITIALIZER;
|
| } // namespace
|
|
|
| // static
|
|
|