Index: ui/gfx/native_theme_gtk.cc |
diff --git a/ui/gfx/native_theme_gtk.cc b/ui/gfx/native_theme_gtk.cc |
index 00ddc5f438650c4b2a88cf6ae8ce4f77bc256441..60b1449c16467b1012acc82b3200495d4f898bd1 100644 |
--- a/ui/gfx/native_theme_gtk.cc |
+++ b/ui/gfx/native_theme_gtk.cc |
@@ -13,7 +13,7 @@ const NativeTheme* NativeTheme::instance() { |
// static |
const NativeThemeGtk* NativeThemeGtk::instance() { |
- static const NativeThemeGtk s_native_theme; |
+ CR_DEFINE_STATIC_LOCAL(NativeThemeGtk, s_native_theme, ()); |
return &s_native_theme; |
} |