| Index: Source/platform/fonts/skia/FontCacheSkia.cpp
|
| diff --git a/Source/platform/fonts/skia/FontCacheSkia.cpp b/Source/platform/fonts/skia/FontCacheSkia.cpp
|
| index a21fed4868ed198bd524c2879bc372cb115478d9..cb00aa3bb564a0bf68b45f293283f5efd8a5db84 100644
|
| --- a/Source/platform/fonts/skia/FontCacheSkia.cpp
|
| +++ b/Source/platform/fonts/skia/FontCacheSkia.cpp
|
| @@ -96,9 +96,8 @@ PassRefPtr<SimpleFontData> FontCache::fallbackFontForCharacter(const FontDescrip
|
| return fontData;
|
| }
|
|
|
| - icu::Locale locale = icu::Locale::getDefault();
|
| FontCache::PlatformFallbackFont fallbackFont;
|
| - FontCache::getFontForCharacter(c, locale.getLanguage(), &fallbackFont);
|
| + FontCache::getFontForCharacter(c, "", &fallbackFont);
|
| if (fallbackFont.name.isEmpty())
|
| return nullptr;
|
|
|
|
|