| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_inline_items_builder.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_inline_items_builder.cc b/third_party/WebKit/Source/core/layout/ng/ng_layout_inline_items_builder.cc
|
| index d7f78ca6f4e4961f4bde12fdb52227d3d031489b..92d4dc1240370d6cf0865034e378ff98c61dd786 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_inline_items_builder.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_inline_items_builder.cc
|
| @@ -31,7 +31,7 @@ String NGLayoutInlineItemsBuilder::ToString() {
|
| // Unicode East Asian Width
|
| // http://unicode.org/reports/tr11/
|
| static bool IsAmbiguosEastAsianWidthWide(const ComputedStyle* style) {
|
| - UScriptCode script = style->GetFontDescription().Script();
|
| + UScriptCode script = style->GetFontDescription().GetScript();
|
| return script == USCRIPT_KATAKANA_OR_HIRAGANA ||
|
| script == USCRIPT_SIMPLIFIED_HAN || script == USCRIPT_TRADITIONAL_HAN;
|
| }
|
|
|