Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(696)

Unified Diff: chrome/browser/ui/tab_contents/tab_contents_wrapper.cc

Issue 8491043: Allow linker initialization of lazy instance (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix CrOS Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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[] = {

Powered by Google App Engine
This is Rietveld 408576698