| Index: Source/core/layout/LayoutBox.cpp
|
| diff --git a/Source/core/layout/LayoutBox.cpp b/Source/core/layout/LayoutBox.cpp
|
| index 76d65c8f670792ad45019ae57e9d8f538a8dc3b8..de01f72d7c186654d00883afabfc585f7928cf70 100644
|
| --- a/Source/core/layout/LayoutBox.cpp
|
| +++ b/Source/core/layout/LayoutBox.cpp
|
| @@ -4538,7 +4538,7 @@ static void markBoxForRelayoutAfterSplit(LayoutBox* box)
|
| toLayoutTableSection(box)->setNeedsCellRecalc();
|
| }
|
|
|
| - box->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
|
| + box->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(LayoutInvalidationReason::AnonymousBlockChange);
|
| }
|
|
|
| LayoutObject* LayoutBox::splitAnonymousBoxesAroundChild(LayoutObject* beforeChild)
|
|
|