⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 107339 in webkit


Ignore:
Timestamp:
Feb 9, 2012, 6:32:54 PM (15 years ago)
Author:
cevans@google.com
Message:

Merge 106715
BUG=112093
Review URL: https://chromiumcodereview.appspot.com/9374043

Location:
branches/chromium/963
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/chromium/963/Source/WebCore/dom/ContainerNode.cpp

    r99305 r107339  
    606606bool ContainerNode::appendChild(PassRefPtr<Node> newChild, ExceptionCode& ec, bool shouldLazyAttach)
    607607{
     608    RefPtr<ContainerNode> protector(this);
     609
    608610    // Check that this node is not "floating".
    609611    // 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.