RESOLVED FIXED7076
Just return bool from DOM child mutation methods instead of the node
https://bugs.webkit.org/show_bug.cgi?id=7076
Summary Just return bool from DOM child mutation methods instead of the node
Maciej Stachowiak
Reported 2006-02-04 17:04:28 PST
Just return bool from DOM child mutation methods instead of the node. This return only matters for language bindings, and they already have the node and a reference on it, and avoiding the node return reduces the need for refcounting thrash.
Attachments
patch to do it (23.18 KB, patch)
2006-02-04 17:05 PST, Maciej Stachowiak
darin: review+
Maciej Stachowiak
Comment 1 2006-02-04 17:05:50 PST
Created attachment 6255 [details] patch to do it
Darin Adler
Comment 2 2006-02-04 17:13:20 PST
Comment on attachment 6255 [details] patch to do it Looks good, r=me.
Lucas Forschler
Comment 3 2019-02-06 09:03:53 PST
Mass moving XML DOM bugs to the "DOM" Component.
Note You need to log in before you can comment on or make changes to this bug.