| 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 ceb680cf28d3a55f6350609b319d5999a5e2ec9b..1ac3a1d9964313568d2fe1b6612c5f62b61f6aea 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
|
| @@ -198,7 +198,7 @@ void NGLayoutInlineItemsBuilder::AppendBidiControl(const ComputedStyle* style,
|
| UChar ltr,
|
| UChar rtl) {
|
| AppendAsOpaqueToSpaceCollapsing(
|
| - style->direction() == TextDirection::Rtl ? rtl : ltr);
|
| + style->direction() == TextDirection::kRtl ? rtl : ltr);
|
| }
|
|
|
| void NGLayoutInlineItemsBuilder::EnterBlock(const ComputedStyle* style) {
|
|
|