| Index: Source/core/layout/LayoutTable.h
|
| diff --git a/Source/core/layout/LayoutTable.h b/Source/core/layout/LayoutTable.h
|
| index 4aef66e74f583a377677eeafe7d6f4228ecd0c7d..fa503336c72e894983f4f38ce56936504eee6adb 100644
|
| --- a/Source/core/layout/LayoutTable.h
|
| +++ b/Source/core/layout/LayoutTable.h
|
| @@ -227,7 +227,7 @@ public:
|
| if (documentBeingDestroyed())
|
| return;
|
| m_needsSectionRecalc = true;
|
| - setNeedsLayoutAndFullPaintInvalidation();
|
| + setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::TableChanged);
|
| }
|
|
|
| LayoutTableSection* sectionAbove(const LayoutTableSection*, SkipEmptySectionsValue = DoNotSkipEmptySections) const;
|
|
|