Index: third_party/WebKit/Source/core/layout/LayoutTextControl.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp |
index 5a31b4fa315150059134c798332ed49fdfa06903..29f941b8cf885f87093076f0960296b85ecc048a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp |
@@ -77,7 +77,7 @@ void LayoutTextControl::adjustInnerEditorStyle( |
// so we need to inherit the direction and unicode-bidi style from the |
// element. |
textBlockStyle.setDirection(style()->direction()); |
- textBlockStyle.setUnicodeBidi(style()->unicodeBidi()); |
+ textBlockStyle.setUnicodeBidi(style()->getUnicodeBidi()); |
updateUserModifyProperty(*textControlElement(), textBlockStyle); |
} |