| 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 db7c2f081d198cc51c9fd7a25a584884925ae118..0cc92c4e43e4b241a50790d2427d6ea66f023b45 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
|
| @@ -275,6 +275,7 @@
|
| layoutObject()->setNeedsLayoutAndFullPaintInvalidation(
|
| LayoutInvalidationReason::StyleChange);
|
| clearNeedsStyleRecalc();
|
| + clearNeedsReattachLayoutTree();
|
| }
|
| }
|
|
|
|
|