| 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 4f81ef3a245e65b5d4c048487ccc9b8613340f0d..ce87586d59f5f7000ffe7f7aed17401b0b03f943 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() == Plaintext
|
| + block_style->unicodeBidi() == EUnicodeBidi::kPlaintext
|
| ? UBIDI_DEFAULT_LTR
|
| : (block_style->direction() == TextDirection::kRtl ? UBIDI_RTL
|
| : UBIDI_LTR),
|
|
|