Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: third_party/WebKit/Source/core/html/HTMLInputElement.cpp

Issue 1898403002: [WIP] Implement :dir() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase... other changes too probably Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698