| Index: Source/WebCore/rendering/RenderTextControlSingleLine.cpp
|
| diff --git a/Source/WebCore/rendering/RenderTextControlSingleLine.cpp b/Source/WebCore/rendering/RenderTextControlSingleLine.cpp
|
| index 71134f3848e3f541b99223b8750e3e7b4606df40..984913a5118ea0960a7d895592b190ca7948f506 100644
|
| --- a/Source/WebCore/rendering/RenderTextControlSingleLine.cpp
|
| +++ b/Source/WebCore/rendering/RenderTextControlSingleLine.cpp
|
| @@ -235,10 +235,10 @@ bool RenderTextControlSingleLine::nodeAtPoint(const HitTestRequest& request, Hit
|
| return true;
|
| }
|
|
|
| -void RenderTextControlSingleLine::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
|
| +void RenderTextControlSingleLine::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle, const StyleChangeState& state)
|
| {
|
| m_desiredInnerTextLogicalHeight = -1;
|
| - RenderTextControl::styleDidChange(diff, oldStyle);
|
| + RenderTextControl::styleDidChange(diff, oldStyle, state);
|
|
|
| // We may have set the width and the height in the old style in layout().
|
| // Reset them now to avoid getting a spurious layout hint.
|
|
|