| Index: chrome/browser/ui/webui/constrained_html_ui.cc
|
| diff --git a/chrome/browser/ui/webui/constrained_html_ui.cc b/chrome/browser/ui/webui/constrained_html_ui.cc
|
| index bfb989f18aaaa1f9ea475f85ac0d78eb86c34cce..c0a5b8485d5080919c7625f9e72a4f57a1672f21 100644
|
| --- a/chrome/browser/ui/webui/constrained_html_ui.cc
|
| +++ b/chrome/browser/ui/webui/constrained_html_ui.cc
|
| @@ -18,7 +18,7 @@
|
| #include "content/public/browser/notification_service.h"
|
|
|
| static base::LazyInstance<PropertyAccessor<ConstrainedHtmlUIDelegate*> >
|
| - g_constrained_html_ui_property_accessor(base::LINKER_INITIALIZED);
|
| + g_constrained_html_ui_property_accessor = LAZY_INSTANCE_INITIALIZER;
|
|
|
| ConstrainedHtmlUI::ConstrainedHtmlUI(TabContents* contents)
|
| : ChromeWebUI(contents) {
|
|
|