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