Chromium Code Reviews| Index: third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp |
| diff --git a/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp b/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp |
| index 4b51489187fbea7431d364d8964d8bc4c04ec452..2021bf58a5d311489b9cbca46efd44f5b4465c4b 100644 |
| --- a/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp |
| +++ b/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp |
| @@ -36,7 +36,6 @@ namespace blink { |
| FontCache::FontCache() : m_purgePreventCount(0) { |
| if (s_staticFontManager) { |
|
f(malita)
2017/01/09 15:25:34
I don't think we need to conditional anymore, just
bungeman-chromium
2017/01/09 19:15:28
Done.
|
| - adopted(s_staticFontManager); |
| m_fontManager = sk_ref_sp(s_staticFontManager); |
| } else { |
| m_fontManager = nullptr; |