Index: Source/core/rendering/RenderTableSection.cpp |
diff --git a/Source/core/rendering/RenderTableSection.cpp b/Source/core/rendering/RenderTableSection.cpp |
index 9798ab87a229cc917135d91d964a4b6988882107..21279898296f230b6f76c4d33b7c69fd928d28e7 100644 |
--- a/Source/core/rendering/RenderTableSection.cpp |
+++ b/Source/core/rendering/RenderTableSection.cpp |
@@ -1058,7 +1058,7 @@ void RenderTableSection::layoutRows() |
// If the child moved, we have to issue paint invalidations to it as well as any floating/positioned |
// descendants. An exception is if we need a layout. In this case, we know we're going to |
// issue paint invalidations ourselves (and the child) anyway. |
- if (!table()->selfNeedsLayout() && cell->checkForPaintInvalidation()) |
+ if (!table()->selfNeedsLayout()) |
cell->setMayNeedPaintInvalidation(true); |
} |
} |