| 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 4deedd6cd070efcad2c90bffe8dafd862c76109f..898edc2fb85fd87628da215ca54ea794c7ce9433 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| @@ -520,7 +520,7 @@ void HTMLInputElement::subtreeHasChanged()
|
| {
|
| m_inputTypeView->subtreeHasChanged();
|
| // When typing in an input field, childrenChanged is not called, so we need to force the directionality check.
|
| - calculateAndAdjustDirectionality();
|
| + updateForDirAuto();
|
| }
|
|
|
| const AtomicString& HTMLInputElement::formControlType() const
|
|
|