| Index: Source/core/layout/LayoutBox.cpp
|
| diff --git a/Source/core/layout/LayoutBox.cpp b/Source/core/layout/LayoutBox.cpp
|
| index c63614f0b9605af6edc66573eebaae90736a8689..e62f0c6d6a29810a8077546f299f2809aef543b1 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)
|
|
|