| Index: third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| index a3a0d1d4fbf02b1d39013c61337acdf008c2e314..3372631c349bb2394db39a0d282966e2cb1c6d23 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| @@ -460,8 +460,8 @@ void HTMLFormControlElement::updateVisibleValidationMessage() {
|
|
|
| m_hasValidationMessage = true;
|
| ValidationMessageClient* client = &page->validationMessageClient();
|
| - TextDirection messageDir = LTR;
|
| - TextDirection subMessageDir = LTR;
|
| + TextDirection messageDir = TextDirection::Ltr;
|
| + TextDirection subMessageDir = TextDirection::Ltr;
|
| String subMessage = validationSubMessage().stripWhiteSpace();
|
| if (message.isEmpty())
|
| client->hideValidationMessage(*this);
|
|
|