| Index: third_party/WebKit/Source/core/css/CSSProperty.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSProperty.cpp b/third_party/WebKit/Source/core/css/CSSProperty.cpp
|
| index 6ab6ebda63371e7f1969998b63bc47a514dc3def..69452b0b07994110da6302901398e2fb0b16692c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperty.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperty.cpp
|
| @@ -53,7 +53,7 @@ static CSSPropertyID resolveToPhysicalProperty(
|
| WritingMode writingMode,
|
| LogicalBoxSide logicalSide,
|
| const StylePropertyShorthand& shorthand) {
|
| - if (direction == LTR) {
|
| + if (direction == TextDirection::Ltr) {
|
| if (writingMode == TopToBottomWritingMode) {
|
| // The common case. The logical and physical box sides match.
|
| // Left = Start, Right = End, Before = Top, After = Bottom
|
|
|