Index: Source/core/rendering/RenderBlock.cpp |
diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp |
index be19af9ca9181775c210eb60a983c4b96cf9fdd5..be1d99379e3e8f4dc2d3aa8bebc76bc879744f15 100644 |
--- a/Source/core/rendering/RenderBlock.cpp |
+++ b/Source/core/rendering/RenderBlock.cpp |
@@ -3496,17 +3496,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. |