| Index: Source/core/layout/LayoutTableCell.cpp
|
| diff --git a/Source/core/layout/LayoutTableCell.cpp b/Source/core/layout/LayoutTableCell.cpp
|
| index d907fdef2a2420b57528db1e295275e7b1ab2552..4a1c578b47cb283f84b0838bf742686631b6cff7 100644
|
| --- a/Source/core/layout/LayoutTableCell.cpp
|
| +++ b/Source/core/layout/LayoutTableCell.cpp
|
| @@ -101,7 +101,7 @@ void LayoutTableCell::colSpanOrRowSpanChanged()
|
|
|
| updateColAndRowSpanFlags();
|
|
|
| - setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
|
| + setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(LayoutInvalidationReason::AttributeChanged);
|
| if (parent() && section())
|
| section()->setNeedsCellRecalc();
|
| }
|
|
|