Chromium Code Reviews

Unified Diff: Source/WebCore/dom/ContainerNode.cpp

Issue 9374044: Merge 106715 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « LayoutTests/fast/dom/remove-body-during-title-creation-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/ContainerNode.cpp
===================================================================
--- Source/WebCore/dom/ContainerNode.cpp (revision 107341)
+++ Source/WebCore/dom/ContainerNode.cpp (working copy)
@@ -605,6 +605,8 @@
bool ContainerNode::appendChild(PassRefPtr<Node> newChild, ExceptionCode& ec, bool shouldLazyAttach)
{
+ RefPtr<ContainerNode> protector(this);
+
// Check that this node is not "floating".
// If it is, it can be deleted as a side effect of sending mutation events.
ASSERT(refCount() || parentOrHostNode());
« no previous file with comments | « LayoutTests/fast/dom/remove-body-during-title-creation-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine