| Index: third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| index 0cc92c4e43e4b241a50790d2427d6ea66f023b45..db7c2f081d198cc51c9fd7a25a584884925ae118 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| @@ -275,7 +275,6 @@ void HTMLFrameSetElement::willRecalcStyle(StyleRecalcChange) {
|
| layoutObject()->setNeedsLayoutAndFullPaintInvalidation(
|
| LayoutInvalidationReason::StyleChange);
|
| clearNeedsStyleRecalc();
|
| - clearNeedsReattachLayoutTree();
|
| }
|
| }
|
|
|
|
|