Changeset 107339 in webkit
- Timestamp:
- Feb 9, 2012, 6:32:54 PM (15 years ago)
- Location:
- branches/chromium/963
- Files:
-
- 1 edited
- 2 copied
-
LayoutTests/fast/dom/remove-body-during-title-creation-expected.txt (copied) (copied from trunk/LayoutTests/fast/dom/remove-body-during-title-creation-expected.txt )
-
LayoutTests/fast/dom/remove-body-during-title-creation.html (copied) (copied from trunk/LayoutTests/fast/dom/remove-body-during-title-creation.html )
-
Source/WebCore/dom/ContainerNode.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/chromium/963/Source/WebCore/dom/ContainerNode.cpp
r99305 r107339 606 606 bool ContainerNode::appendChild(PassRefPtr<Node> newChild, ExceptionCode& ec, bool shouldLazyAttach) 607 607 { 608 RefPtr<ContainerNode> protector(this); 609 608 610 // Check that this node is not "floating". 609 611 // If it is, it can be deleted as a side effect of sending mutation events.
Note:
See TracChangeset
for help on using the changeset viewer.