| Index: third_party/WebKit/Source/core/html/TextControlElement.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/html/TextControlElement.cpp b/third_party/WebKit/Source/core/html/TextControlElement.cpp
 | 
| index e4a8490ac9c8b02cc754f6d2b62bd8148ae9f55f..804cf7bdd371c0f2288a244fa4318a3558934b1b 100644
 | 
| --- a/third_party/WebKit/Source/core/html/TextControlElement.cpp
 | 
| +++ b/third_party/WebKit/Source/core/html/TextControlElement.cpp
 | 
| @@ -890,7 +890,7 @@ String TextControlElement::directionForFormData() const {
 | 
|        bool isAuto;
 | 
|        TextDirection textDirection =
 | 
|            element->directionalityIfhasDirAutoAttribute(isAuto);
 | 
| -      return textDirection == TextDirection::Rtl ? "rtl" : "ltr";
 | 
| +      return textDirection == TextDirection::kRtl ? "rtl" : "ltr";
 | 
|      }
 | 
|    }
 | 
|  
 | 
| 
 |