Index: Source/core/rendering/RootInlineBox.cpp |
diff --git a/Source/core/rendering/RootInlineBox.cpp b/Source/core/rendering/RootInlineBox.cpp |
index 589217353b9a849e14db658043c55a083c0325f8..95582690ab3a1e6097aeb4cc777d991c9334e124 100644 |
--- a/Source/core/rendering/RootInlineBox.cpp |
+++ b/Source/core/rendering/RootInlineBox.cpp |
@@ -290,14 +290,12 @@ LayoutUnit RootInlineBox::alignBoxesInBlockDirection(LayoutUnit heightOfBlock, G |
return heightOfBlock + maxHeight; |
} |
-#if ENABLE(CSS3_TEXT) |
float RootInlineBox::maxLogicalTop() const |
{ |
float maxLogicalTop = 0; |
computeMaxLogicalTop(maxLogicalTop); |
return maxLogicalTop; |
} |
-#endif // CSS3_TEXT |
LayoutUnit RootInlineBox::beforeAnnotationsAdjustment() const |
{ |