| 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 893dffd95596dd45562640af78183e6ca0854572..cb8d2098d42e2fd77bd2591dac5623b93fffe148 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) {
|
|
|
| FontDescription font_description;
|
| font_description.SetLocale(LayoutLocale::Get("zh"));
|
| - ASSERT_EQ(USCRIPT_SIMPLIFIED_HAN, font_description.Script());
|
| + ASSERT_EQ(USCRIPT_SIMPLIFIED_HAN, font_description.GetScript());
|
| font_description.SetGenericFamily(FontDescription::kStandardFamily);
|
|
|
| FontCache* font_cache = FontCache::GetFontCache();
|
|
|