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 8db872d1f2bd0464267f17bccfb090a5837ff277..49859355b90f874ae9655c5d6fde4e52daefdcd3 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp |
@@ -273,6 +273,7 @@ void HTMLFrameSetElement::willRecalcStyle(StyleRecalcChange) { |
layoutObject()->setNeedsLayoutAndFullPaintInvalidation( |
LayoutInvalidationReason::StyleChange); |
clearNeedsStyleRecalc(); |
+ clearNeedsReattachLayoutTree(); |
} |
} |