Index: Source/core/rendering/RenderTable.h |
diff --git a/Source/core/rendering/RenderTable.h b/Source/core/rendering/RenderTable.h |
index ff51944134b8ba1f53b7a998048eb10b8dee1511..4c656cc6e943f97776164a27592536b91ba2f67e 100644 |
--- a/Source/core/rendering/RenderTable.h |
+++ b/Source/core/rendering/RenderTable.h |
@@ -227,7 +227,7 @@ public: |
if (documentBeingDestroyed()) |
return; |
m_needsSectionRecalc = true; |
- setNeedsLayoutAndFullRepaint(); |
+ setNeedsLayoutAndFullPaintInvalidation(); |
} |
RenderTableSection* sectionAbove(const RenderTableSection*, SkipEmptySectionsValue = DoNotSkipEmptySections) const; |