| Index: Source/core/dom/ContainerNode.cpp
|
| diff --git a/Source/core/dom/ContainerNode.cpp b/Source/core/dom/ContainerNode.cpp
|
| index cfbe083d297fa80cef24edb9d062aa92c1ab508d..ec3ba338725a265d9b278c5938748c7ea6ad9b4d 100644
|
| --- a/Source/core/dom/ContainerNode.cpp
|
| +++ b/Source/core/dom/ContainerNode.cpp
|
| @@ -852,7 +852,7 @@ void ContainerNode::attach(const AttachContext& context)
|
| void ContainerNode::detach(const AttachContext& context)
|
| {
|
| detachChildren(context);
|
| - clearChildNeedsStyleRecalc();
|
| + setChildNeedsStyleRecalc();
|
| Node::detach(context);
|
| }
|
|
|
|
|