Index: Source/core/rendering/RenderTableCell.cpp |
diff --git a/Source/core/rendering/RenderTableCell.cpp b/Source/core/rendering/RenderTableCell.cpp |
index b6d5e857713dd6d3efe332673ebf3f73a9c572ae..7c9ef6e0edc5faa223d9263e3a6a178410699b6f 100644 |
--- a/Source/core/rendering/RenderTableCell.cpp |
+++ b/Source/core/rendering/RenderTableCell.cpp |
@@ -226,7 +226,7 @@ void RenderTableCell::setCellLogicalWidth(int tableLayoutLogicalWidth, SubtreeLa |
layouter.setNeedsLayout(this); |
if (!table()->selfNeedsLayout() && checkForRepaintDuringLayout()) |
- repaint(); |
+ paintInvalidationForWholeRenderer(); |
setLogicalWidth(tableLayoutLogicalWidth); |
setCellWidthChanged(true); |