| Index: Source/core/rendering/RenderTextControl.h
|
| diff --git a/Source/core/rendering/RenderTextControl.h b/Source/core/rendering/RenderTextControl.h
|
| index 5a0434563aa2e68db253861fc324272ca2c167aa..30c303303dd1fb3e98c03597b9c1719f5eb52645 100644
|
| --- a/Source/core/rendering/RenderTextControl.h
|
| +++ b/Source/core/rendering/RenderTextControl.h
|
| @@ -98,7 +98,7 @@ public:
|
| { }
|
| virtual ~RenderTextControlInnerContainer() { }
|
|
|
| - virtual int baselinePosition(FontBaseline baseline, bool firstLine, LineDirectionMode direction, LinePositionMode position) const OVERRIDE
|
| + virtual int baselinePosition(FontBaseline baseline, OwnOrFirstLineStyle firstLine, LineDirectionMode direction, LinePositionMode position) const OVERRIDE
|
| {
|
| return RenderBlock::baselinePosition(baseline, firstLine, direction, position);
|
| }
|
|
|