Index: Source/core/rendering/RenderBlock.cpp |
diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp |
index 6236af469fc215673ba017bf059b37b293c38de4..18ce61293a72fda88ba6c4fb3f5f735c1a673a54 100644 |
--- a/Source/core/rendering/RenderBlock.cpp |
+++ b/Source/core/rendering/RenderBlock.cpp |
@@ -1533,11 +1533,6 @@ bool RenderBlock::simplifiedLayout() |
if (needsSimplifiedNormalFlowLayout()) |
simplifiedNormalFlowLayout(); |
- // Make sure a forced break is applied after the content if we are a flow thread in a simplified layout. |
- // This ensures the size information is correctly computed for the last auto-height region receiving content. |
- if (isRenderFlowThread()) |
- toRenderFlowThread(this)->applyBreakAfterContent(clientLogicalBottom()); |
- |
// Lay out our positioned objects if our positioned child bit is set. |
// Also, if an absolute position element inside a relative positioned container moves, and the absolute element has a fixed position |
// child, neither the fixed element nor its container learn of the movement since posChildNeedsLayout() is only marked as far as the |