Index: third_party/WebKit/Source/core/dom/ContainerNode.cpp |
diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.cpp b/third_party/WebKit/Source/core/dom/ContainerNode.cpp |
index 46368bef22749575e92cc36f64a8c19381213fb3..1a1cb257691d982839042049de2738675e61bdcf 100644 |
--- a/third_party/WebKit/Source/core/dom/ContainerNode.cpp |
+++ b/third_party/WebKit/Source/core/dom/ContainerNode.cpp |
@@ -767,6 +767,7 @@ void ContainerNode::attachLayoutTree(const AttachContext& context) { |
} |
clearChildNeedsStyleRecalc(); |
+ clearChildNeedsReattachLayoutTree(); |
Node::attachLayoutTree(context); |
} |