Index: chrome/browser/ui/webui/html_dialog_ui.cc |
diff --git a/chrome/browser/ui/webui/html_dialog_ui.cc b/chrome/browser/ui/webui/html_dialog_ui.cc |
index 3f367f431f696808a8763d1b274e622fdd6098ff..58e37db380ce04a9355b217e3932e11b18efa4e5 100644 |
--- a/chrome/browser/ui/webui/html_dialog_ui.cc |
+++ b/chrome/browser/ui/webui/html_dialog_ui.cc |
@@ -15,7 +15,7 @@ |
#include "content/public/common/bindings_policy.h" |
static base::LazyInstance<PropertyAccessor<HtmlDialogUIDelegate*> > |
- g_html_dialog_ui_property_accessor(base::LINKER_INITIALIZED); |
+ g_html_dialog_ui_property_accessor = LINKER_ZERO_INITIALIZED; |
HtmlDialogUI::HtmlDialogUI(TabContents* tab_contents) |
: ChromeWebUI(tab_contents) { |