| Index: third_party/WebKit/Source/core/css/CSSFontSelector.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontSelector.cpp b/third_party/WebKit/Source/core/css/CSSFontSelector.cpp
|
| index d01e9180f8af4b6948a7cb026fa25119a607bca6..43eda39b614b19812bbace1385e9df73296ccd03 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontSelector.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontSelector.cpp
|
| @@ -99,7 +99,7 @@ static AtomicString FamilyNameFromSettings(
|
| return FontCache::GetGenericFamilyNameForScript(generic_family_name,
|
| font_description);
|
| #else
|
| - UScriptCode script = font_description.Script();
|
| + UScriptCode script = font_description.GetScript();
|
| if (font_description.GenericFamily() == FontDescription::kStandardFamily)
|
| return settings.Standard(script);
|
| if (generic_family_name == FontFamilyNames::webkit_serif)
|
|
|