| 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 31e1445a29756896829a8f53f89d70c5516e18b8..970cf1f6dfc397ad9b87212b09352eb180d8d887 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| @@ -1820,7 +1820,7 @@ bool HTMLInputElement::setupDateTimeChooserParameters(
|
| document().view()->contentsToScreen(pixelSnappedBoundingBox());
|
| parameters.doubleValue = m_inputType->valueAsDouble();
|
| parameters.isAnchorElementRTL =
|
| - m_inputTypeView->computedTextDirection() == TextDirection::Rtl;
|
| + m_inputTypeView->computedTextDirection() == TextDirection::kRtl;
|
| if (HTMLDataListElement* dataList = this->dataList()) {
|
| HTMLDataListOptionsCollection* options = dataList->options();
|
| for (unsigned i = 0; HTMLOptionElement* option = options->item(i); ++i) {
|
|
|