| Index: Source/core/rendering/InlineFlowBox.cpp
|
| diff --git a/Source/core/rendering/InlineFlowBox.cpp b/Source/core/rendering/InlineFlowBox.cpp
|
| index eb53ed1db864c047d192deb64cfba27e451fdf09..86e6fbaf34a5138213940b2718262d2bb93e9c0b 100644
|
| --- a/Source/core/rendering/InlineFlowBox.cpp
|
| +++ b/Source/core/rendering/InlineFlowBox.cpp
|
| @@ -733,7 +733,6 @@ void InlineFlowBox::placeBoxesInBlockDirection(LayoutUnit top, LayoutUnit maxHei
|
| }
|
| }
|
|
|
| -#if ENABLE(CSS3_TEXT)
|
| void InlineFlowBox::computeMaxLogicalTop(float& maxLogicalTop)
|
| {
|
| for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) {
|
| @@ -750,7 +749,6 @@ void InlineFlowBox::computeMaxLogicalTop(float& maxLogicalTop)
|
| maxLogicalTop = max<float>(maxLogicalTop, localMaxLogicalTop);
|
| }
|
| }
|
| -#endif // CSS3_TEXT
|
|
|
| void InlineFlowBox::flipLinesInBlockDirection(LayoutUnit lineTop, LayoutUnit lineBottom)
|
| {
|
|
|