RESOLVED FIXED 106996
Web Inspector: fix backward compatibility issues with Element.remove() method
https://bugs.webkit.org/show_bug.cgi?id=106996
Summary Web Inspector: fix backward compatibility issues with Element.remove() method
Andrey Lushnikov
Reported 2013-01-16 02:16:56 PST
Element.prototype.remove() (DOM4) is overridden with js implementation to make it available in older webkit versions. The same should be done for CharacterData.prototype.remove() and DocumentType.prototype.remove().
Attachments
Patch (1.40 KB, patch)
2013-01-16 02:19 PST, Andrey Lushnikov
no flags
Andrey Lushnikov
Comment 1 2013-01-16 02:19:18 PST
WebKit Review Bot
Comment 2 2013-01-16 04:18:06 PST
Comment on attachment 182942 [details] Patch Clearing flags on attachment: 182942 Committed r139871: <http://trac.webkit.org/changeset/139871>
WebKit Review Bot
Comment 3 2013-01-16 04:18:09 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.