| Index: Source/core/layout/LayoutTableSection.cpp
|
| diff --git a/Source/core/layout/LayoutTableSection.cpp b/Source/core/layout/LayoutTableSection.cpp
|
| index 13246df082465c7302f8b4d8f5f3b2f2f07a2f5e..68b97572241b964e75b663326e4169739d79290e 100644
|
| --- a/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/Source/core/layout/LayoutTableSection.cpp
|
| @@ -1405,7 +1405,7 @@ void LayoutTableSection::recalcCells()
|
| }
|
|
|
| m_grid.shrinkToFit();
|
| - setNeedsLayoutAndFullPaintInvalidation();
|
| + setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::Unknown);
|
| }
|
|
|
| // FIXME: This function could be made O(1) in certain cases (like for the non-most-constrainive cells' case).
|
|
|