Index: third_party/WebKit/Source/core/layout/ng/ng_bidi_paragraph.cc |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_bidi_paragraph.cc b/third_party/WebKit/Source/core/layout/ng/ng_bidi_paragraph.cc |
index ce87586d59f5f7000ffe7f7aed17401b0b03f943..1f6d291751efb7684b0e488a93367c8343e53f54 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_bidi_paragraph.cc |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_bidi_paragraph.cc |
@@ -21,7 +21,7 @@ bool NGBidiParagraph::SetParagraph(const String& text, |
ICUError error; |
ubidi_setPara( |
ubidi_, text.characters16(), text.length(), |
- block_style->unicodeBidi() == EUnicodeBidi::kPlaintext |
+ block_style->getUnicodeBidi() == UnicodeBidi::kPlaintext |
? UBIDI_DEFAULT_LTR |
: (block_style->direction() == TextDirection::kRtl ? UBIDI_RTL |
: UBIDI_LTR), |