Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
index dba5ef41a41c4e8c6a006f724806722e8520a8bc..1118a1b4ee6659a44fcebf912d1cf625d0cbbeef 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
@@ -1823,7 +1823,7 @@ bool HTMLInputElement::setupDateTimeChooserParameters( |
parameters.currentValue = value(); |
parameters.doubleValue = m_inputType->valueAsDouble(); |
parameters.isAnchorElementRTL = |
- m_inputTypeView->computedTextDirection() == RTL; |
+ m_inputTypeView->computedTextDirection() == TextDirection::Rtl; |
if (HTMLDataListElement* dataList = this->dataList()) { |
HTMLDataListOptionsCollection* options = dataList->options(); |
for (unsigned i = 0; HTMLOptionElement* option = options->item(i); ++i) { |