RESOLVED FIXED 35554
Some WebKit DOMNode API is unimplemented
https://bugs.webkit.org/show_bug.cgi?id=35554
Summary Some WebKit DOMNode API is unimplemented
Jon Honeycutt
Reported 2010-03-01 16:39:26 PST
DOMNode::nextSibling(), DOMNode::insertBefore(), and DOMNode::removeChild() are unimplemented.
Attachments
patch (4.94 KB, patch)
2010-03-01 18:15 PST, Jon Honeycutt
jhoneycutt: commit-queue-
patch v2 (4.94 KB, patch)
2010-03-01 18:44 PST, Jon Honeycutt
alice.barraclough: review+
Jon Honeycutt
Comment 1 2010-03-01 18:15:49 PST
Jon Honeycutt
Comment 2 2010-03-01 18:44:33 PST
Created attachment 49771 [details] patch v2 Fix the check in DOMNode::removeChild() to check if oldChildNode is null, rather than oldChild.
Jon Honeycutt
Comment 3 2010-03-01 20:15:35 PST
Committed in r55398.
Note You need to log in before you can comment on or make changes to this bug.