| Index: chrome_frame/utils.cc
|
| diff --git a/chrome_frame/utils.cc b/chrome_frame/utils.cc
|
| index 7cb2b1406ce349fed0cd2afa42aed5462adf1687..f6a74b7d8a5cafa0578f2ab17d217de5a02f926b 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 = LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // end anonymous namespace
|
|
|
|
|