| Index: Source/core/dom/Node.cpp
|
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
|
| index 56fb995d78a7033954fdda8b5b547b0d8d05500c..eef69a897008bc9610bbd1a4f4d8e68ccaf53cd9 100644
|
| --- a/Source/core/dom/Node.cpp
|
| +++ b/Source/core/dom/Node.cpp
|
| @@ -975,7 +975,6 @@ void Node::detach(const AttachContext& context)
|
| }
|
|
|
| setStyleChange(NeedsReattachStyleChange);
|
| - setChildNeedsStyleRecalc();
|
|
|
| document().styleEngine().styleInvalidator().clearInvalidation(*this);
|
| clearChildNeedsStyleInvalidation();
|
|
|