| Index: Source/core/html/HTMLFrameSetElement.cpp
|
| diff --git a/Source/core/html/HTMLFrameSetElement.cpp b/Source/core/html/HTMLFrameSetElement.cpp
|
| index 9cac198ee0b4b4eb7f9b08b0b83aeef4d25fdb28..20724f13aa85e0d19d30d21745a31581dfe4dc2f 100644
|
| --- a/Source/core/html/HTMLFrameSetElement.cpp
|
| +++ b/Source/core/html/HTMLFrameSetElement.cpp
|
| @@ -204,7 +204,7 @@ Node::InsertionNotificationRequest HTMLFrameSetElement::insertedInto(ContainerNo
|
| void HTMLFrameSetElement::willRecalcStyle(StyleRecalcChange)
|
| {
|
| if (needsStyleRecalc() && layoutObject()) {
|
| - layoutObject()->setNeedsLayoutAndFullPaintInvalidation();
|
| + layoutObject()->setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::StyleChange);
|
| clearNeedsStyleRecalc();
|
| }
|
| }
|
|
|