Index: Source/core/html/HTMLFrameSetElement.cpp |
diff --git a/Source/core/html/HTMLFrameSetElement.cpp b/Source/core/html/HTMLFrameSetElement.cpp |
index 60ef8ff4d6f71ba2ea831dee08d3f3756e0a6ab7..39932bf0354142b1f5050f234995c21f84608cf0 100644 |
--- a/Source/core/html/HTMLFrameSetElement.cpp |
+++ b/Source/core/html/HTMLFrameSetElement.cpp |
@@ -207,7 +207,7 @@ Node::InsertionNotificationRequest HTMLFrameSetElement::insertedInto(ContainerNo |
void HTMLFrameSetElement::willRecalcStyle(StyleRecalcChange) |
{ |
if (needsStyleRecalc() && renderer()) { |
- renderer()->setNeedsLayout(); |
+ renderer()->setNeedsLayoutAndFullRepaint(); |
clearNeedsStyleRecalc(); |
} |
} |