| Index: Source/core/rendering/InlineFlowBox.h
|
| diff --git a/Source/core/rendering/InlineFlowBox.h b/Source/core/rendering/InlineFlowBox.h
|
| index 7a606b6ff968c09d7fd9b0454d99aeedb03daeea..531357b9266a8fbd1f6347ed09efdb1841a2c19c 100644
|
| --- a/Source/core/rendering/InlineFlowBox.h
|
| +++ b/Source/core/rendering/InlineFlowBox.h
|
| @@ -319,11 +319,9 @@ protected:
|
| InlineFlowBox* m_prevLineBox; // The previous box that also uses our RenderObject
|
| InlineFlowBox* m_nextLineBox; // The next box that also uses our RenderObject
|
|
|
| -#if ENABLE(CSS3_TEXT)
|
| // Maximum logicalTop among all children of an InlineFlowBox. Used to
|
| // calculate the offset for TextUnderlinePositionUnder.
|
| void computeMaxLogicalTop(float& maxLogicalTop);
|
| -#endif // CSS3_TEXT
|
| private:
|
| unsigned m_includeLogicalLeftEdge : 1;
|
| unsigned m_includeLogicalRightEdge : 1;
|
|
|