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 7df3a339fcde3b31340774841b6e440c1a5c4626..71a4e188fdadfa1416fd3ba3b2f6ebef09bf0a79 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 == TextDirection::Ltr) { |
+ if (direction == TextDirection::kLtr) { |
if (isHorizontalWritingMode(writingMode)) { |
// The common case. The logical and physical box sides match. |
// Left = Start, Right = End, Before = Top, After = Bottom |