Index: Source/WebCore/dom/ContainerNode.cpp |
=================================================================== |
--- Source/WebCore/dom/ContainerNode.cpp (revision 143085) |
+++ Source/WebCore/dom/ContainerNode.cpp (working copy) |
@@ -825,9 +825,9 @@ |
void ContainerNode::detach() |
{ |
- Node::detach(); |
detachChildren(); |
clearChildNeedsStyleRecalc(); |
+ Node::detach(); |
} |
void ContainerNode::childrenChanged(bool changedByParser, Node*, Node*, int childCountDelta) |