Chromium Code Reviews| Index: Source/core/rendering/RenderThemeChromiumFontProvider.h |
| diff --git a/Source/core/rendering/RenderThemeChromiumFontProvider.h b/Source/core/rendering/RenderThemeChromiumFontProvider.h |
| index 57589c2a397d5859eacabf8e9006b8a67815bd43..f6ce1dfd361f60bc575fd830606877de7b434c58 100644 |
| --- a/Source/core/rendering/RenderThemeChromiumFontProvider.h |
| +++ b/Source/core/rendering/RenderThemeChromiumFontProvider.h |
| @@ -42,7 +42,7 @@ public: |
| static void setDefaultFontSize(int); |
| protected: |
| - static const WTF::String& defaultGUIFont(); |
| + static const WTF::AtomicString& defaultGUIFont(); |
|
Inactive
2013/12/31 21:35:43
All callers expect an AtomicString:
Source/core/re
|
| static float s_defaultFontSize; |
| }; |