| Index: third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp
|
| index dd8e4a8ac789703dbe82fe36a6393b2b7f37ddd5..37c9e89075b19ee7efee48545ae59d809a8579f4 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp
|
| @@ -16,7 +16,7 @@ TEST(FontCacheAndroid, fallbackFontForCharacter)
|
| const UChar32 testChar = 228;
|
|
|
| FontDescription fontDescription;
|
| - fontDescription.setLocale("zh");
|
| + fontDescription.setLocale(LayoutLocale::get("zh"));
|
| ASSERT_EQ(USCRIPT_SIMPLIFIED_HAN, fontDescription.script());
|
| fontDescription.setGenericFamily(FontDescription::StandardFamily);
|
|
|
|
|