| Index: third_party/WebKit/Source/core/layout/line/InlineIterator.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineIterator.h b/third_party/WebKit/Source/core/layout/line/InlineIterator.h
|
| index c38639827133f531a0287feb8fc8f2b14fdf357b..e344176e78164047410056b9be59c54739f3e95a 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineIterator.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineIterator.h
|
| @@ -155,7 +155,7 @@ static inline WTF::Unicode::CharDirection embedCharFromDirection(
|
|
|
| static inline bool treatAsIsolated(const ComputedStyle& style) {
|
| return isIsolated(style.unicodeBidi()) &&
|
| - style.rtlOrdering() == EOrder::Logical;
|
| + style.rtlOrdering() == EOrder::kLogical;
|
| }
|
|
|
| template <class Observer>
|
|
|