| Index: Source/core/rendering/RenderTable.cpp
|
| diff --git a/Source/core/rendering/RenderTable.cpp b/Source/core/rendering/RenderTable.cpp
|
| index 0cf9469d3309f9408c10c02da744cf2e8e8918c8..89dd776318a3913b16b3007a9250faa89d13e11b 100644
|
| --- a/Source/core/rendering/RenderTable.cpp
|
| +++ b/Source/core/rendering/RenderTable.cpp
|
| @@ -1313,7 +1313,7 @@ void RenderTable::updateFirstLetter()
|
| {
|
| }
|
|
|
| -int RenderTable::baselinePosition(FontBaseline baselineType, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const
|
| +int RenderTable::baselinePosition(FontBaseline baselineType, OwnOrFirstLineStyle firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const
|
| {
|
| ASSERT(linePositionMode == PositionOnContainingLine);
|
| int baseline = firstLineBoxBaseline();
|
|
|