| Index: Source/core/layout/LayoutTableSection.cpp
|
| diff --git a/Source/core/layout/LayoutTableSection.cpp b/Source/core/layout/LayoutTableSection.cpp
|
| index 29e2a0c609103400515219cc23d2224ab18a3e07..d56736fe517adcbfc5e1302ce6fb9ea867143086 100644
|
| --- a/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/Source/core/layout/LayoutTableSection.cpp
|
| @@ -1401,7 +1401,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).
|
|
|