| Index: Source/core/rendering/RenderTableSection.cpp
|
| diff --git a/Source/core/rendering/RenderTableSection.cpp b/Source/core/rendering/RenderTableSection.cpp
|
| index a9d026ae2c83c043f92aba7ae1240e7d0968b347..c3cff628994fd0774bf780f34fa0b5e390cbee49 100644
|
| --- a/Source/core/rendering/RenderTableSection.cpp
|
| +++ b/Source/core/rendering/RenderTableSection.cpp
|
| @@ -1520,7 +1520,7 @@ void RenderTableSection::recalcCells()
|
| }
|
|
|
| m_grid.shrinkToFit();
|
| - setNeedsLayout();
|
| + setNeedsLayoutAndFullRepaint();
|
| }
|
|
|
| // FIXME: This function could be made O(1) in certain cases (like for the non-most-constrainive cells' case).
|
|
|