Index: Source/core/rendering/RenderBlock.cpp |
diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp |
index 8f36a8ead64ddd484f3f4e74643f7198ed9348cb..14f94c3078622c82c2fdb512bb8c5dd9ca97f5a8 100644 |
--- a/Source/core/rendering/RenderBlock.cpp |
+++ b/Source/core/rendering/RenderBlock.cpp |
@@ -3729,9 +3729,6 @@ void RenderBlock::computePreferredLogicalWidths() |
void RenderBlock::adjustIntrinsicLogicalWidthsForColumns(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const |
{ |
- // FIXME: make this method virtual and move the code to RenderMultiColumnBlock once the old |
- // multicol code is gone. |
- |
if (!style()->hasAutoColumnCount() || !style()->hasAutoColumnWidth()) { |
// The min/max intrinsic widths calculated really tell how much space elements need when |
// laid out inside the columns. In order to eventually end up with the desired column width, |