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

Unified Diff: third_party/WebKit/Source/core/html/HTMLTextAreaElement.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/HTMLTextAreaElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp
index 332a2a5948e5189a22b15729b50c5baee7a70e9e..696bdb9565d7f0d7c91b387040088a65ffd942cc 100644
--- a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp
@@ -296,7 +296,7 @@ void HTMLTextAreaElement::subtreeHasChanged()
return;
// When typing in a textarea, childrenChanged is not called, so we need to force the directionality check.
- calculateAndAdjustDirectionality();
+ updateForDirAuto();
ASSERT(document().isActive());
document().frameHost()->chromeClient().didChangeValueInTextField(*this);

Powered by Google App Engine
This is Rietveld 408576698