Index: Source/core/rendering/RenderBlock.cpp |
diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp |
index 00ef04a0ed287f73c5c61df3fc2e2053c2e7d072..fb6bffde9b7ab6977bec29de769ef8b31449a8cb 100644 |
--- a/Source/core/rendering/RenderBlock.cpp |
+++ b/Source/core/rendering/RenderBlock.cpp |
@@ -3523,17 +3523,6 @@ LayoutRect RenderBlock::columnRectAt(ColumnInfo* colInfo, unsigned index) const |
return LayoutRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth); |
} |
-bool RenderBlock::relayoutToAvoidWidows(LayoutStateMaintainer& statePusher) |
-{ |
- if (!shouldBreakAtLineToAvoidWidow()) |
- return false; |
- |
- statePusher.pop(); |
- setEverHadLayout(true); |
- layoutBlock(false); |
- return true; |
-} |
- |
void RenderBlock::adjustPointToColumnContents(LayoutPoint& point) const |
{ |
// Just bail if we have no columns. |