| Index: Source/core/rendering/RenderTextControlMultiLine.cpp
|
| diff --git a/Source/core/rendering/RenderTextControlMultiLine.cpp b/Source/core/rendering/RenderTextControlMultiLine.cpp
|
| index eef715fa7488e18e9f1c5961b26398d0fc32a7dd..5da9a54f195abfae357056f4af22797301412c7f 100644
|
| --- a/Source/core/rendering/RenderTextControlMultiLine.cpp
|
| +++ b/Source/core/rendering/RenderTextControlMultiLine.cpp
|
| @@ -70,7 +70,7 @@ LayoutUnit RenderTextControlMultiLine::computeControlLogicalHeight(LayoutUnit li
|
| return lineHeight * toHTMLTextAreaElement(node())->rows() + nonContentHeight;
|
| }
|
|
|
| -int RenderTextControlMultiLine::baselinePosition(FontBaseline baselineType, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const
|
| +int RenderTextControlMultiLine::baselinePosition(FontBaseline baselineType, OwnOrFirstLineStyle firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const
|
| {
|
| return RenderBox::baselinePosition(baselineType, firstLine, direction, linePositionMode);
|
| }
|
|
|