Index: Source/core/rendering/RenderTableCell.cpp |
diff --git a/Source/core/rendering/RenderTableCell.cpp b/Source/core/rendering/RenderTableCell.cpp |
index 7e986f8a9e2765f009f9099bd9d04deb28ebe579..9737da43de89110d8cd6cad25dea1a80f2478f9c 100644 |
--- a/Source/core/rendering/RenderTableCell.cpp |
+++ b/Source/core/rendering/RenderTableCell.cpp |
@@ -226,8 +226,7 @@ void RenderTableCell::setCellLogicalWidth(int tableLayoutLogicalWidth, SubtreeLa |
layouter.setNeedsLayout(this); |
- if (!RuntimeEnabledFeatures::repaintAfterLayoutEnabled() |
- && !table()->selfNeedsLayout() && checkForRepaintDuringLayout()) |
+ if (!table()->selfNeedsLayout() && checkForRepaintDuringLayout()) |
repaint(); |
setLogicalWidth(tableLayoutLogicalWidth); |