| 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);
 | 
| 
 |