| 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 29f941b8cf885f87093076f0960296b85ecc048a..1105031b58af008f55be93261923e39b70a3c45d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| @@ -121,8 +121,7 @@ void LayoutTextControl::computeLogicalHeight(
|
| LayoutUnit nonContentHeight = innerEditorBox->borderAndPaddingHeight() +
|
| innerEditorBox->marginHeight();
|
| logicalHeight = computeControlLogicalHeight(
|
| - innerEditorBox->lineHeight(true, HorizontalLine,
|
| - PositionOfInteriorLineBoxes),
|
| + lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes),
|
| nonContentHeight);
|
|
|
| // We are able to have a horizontal scrollbar if the overflow style is
|
|
|