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