Index: Source/core/rendering/RenderTable.cpp |
diff --git a/Source/core/rendering/RenderTable.cpp b/Source/core/rendering/RenderTable.cpp |
index 6885d9ea806009f165b5e0c12886a6d608d40238..4907b949ef7ef9a98ae53a5c983eda27645dd965 100644 |
--- a/Source/core/rendering/RenderTable.cpp |
+++ b/Source/core/rendering/RenderTable.cpp |
@@ -411,7 +411,7 @@ void RenderTable::layout() |
SubtreeLayoutScope layouter(*this); |
- // If any table section moved vertically, we will just repaint everything from that |
+ // If any table section moved vertically, we will just issue paint invalidations for everything from that |
// section down (it is quite unlikely that any of the following sections |
// did not shift). |
bool sectionMoved = false; |