Index: Source/WebCore/rendering/RenderObject.cpp |
=================================================================== |
--- Source/WebCore/rendering/RenderObject.cpp (revision 118049) |
+++ Source/WebCore/rendering/RenderObject.cpp (working copy) |
@@ -325,12 +325,6 @@ |
if (!children) |
return; |
- // We do this here instead of in removeChildNode, since the only extremely low-level uses of remove/appendChildNode |
- // cannot affect the positioned object list, and the floating object list is irrelevant (since the list gets cleared on |
- // layout anyway). |
- if (oldChild->isFloatingOrPositioned()) |
- toRenderBox(oldChild)->removeFloatingOrPositionedChildFromBlockLists(); |
- |
children->removeChildNode(this, oldChild); |
} |