| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| index 110f29e1f315d08460ccddd36049d07ce6124371..9ecb43c43abd4b904c2562c4e3294654fe9732d7 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| @@ -65,7 +65,7 @@
|
| namespace {
|
|
|
| static base::LazyInstance<PropertyAccessor<TabContentsWrapper*> >
|
| - g_tab_contents_wrapper_property_accessor(base::LINKER_INITIALIZED);
|
| + g_tab_contents_wrapper_property_accessor = LINKER_ZERO_INITIALIZED;
|
|
|
| // The list of prefs we want to observe.
|
| const char* kPrefsToObserve[] = {
|
|
|