Index: Source/core/rendering/RenderBlockLineLayout.cpp |
diff --git a/Source/core/rendering/RenderBlockLineLayout.cpp b/Source/core/rendering/RenderBlockLineLayout.cpp |
index da0c20041e756f0475e95d6f44b6880677301bdd..47a3923f800582d74908af2a5dbf2650c00ab1d4 100644 |
--- a/Source/core/rendering/RenderBlockLineLayout.cpp |
+++ b/Source/core/rendering/RenderBlockLineLayout.cpp |
@@ -709,9 +709,6 @@ void RenderBlockFlow::computeBlockDirectionPositionsForLine(RootInlineBox* lineB |
else if (r->m_object->isBox()) |
toRenderBox(r->m_object)->positionLineBox(r->m_box); |
} |
- // Positioned objects and zero-length text nodes destroy their boxes in |
- // position(), which unnecessarily dirties the line. |
- lineBox->markDirty(false); |
} |
void RenderBlockFlow::appendFloatingObjectToLastLine(FloatingObject* floatingObject) |