| Index: third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp
|
| index ded79fe39e9fcb6268711c3a8c5c4545c2fdbf93..370603eba076ea1ee913213310ce60178eb18a8f 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp
|
| @@ -113,7 +113,7 @@ AtomicString FontCache::GetGenericFamilyNameForScript(
|
| // or locale. We need an API that honors both to find appropriate
|
| // fonts. crbug.com/642340
|
| UChar32 exampler_char;
|
| - switch (content_locale->Script()) {
|
| + switch (content_locale->GetScript()) {
|
| case USCRIPT_SIMPLIFIED_HAN:
|
| case USCRIPT_TRADITIONAL_HAN:
|
| case USCRIPT_KATAKANA_OR_HIRAGANA:
|
|
|