Bug 106996

Summary: Web Inspector: fix backward compatibility issues with Element.remove() method
Product: WebKit Reporter: Andrey Lushnikov <lushnikov>
Component: Web Inspector (Deprecated)Assignee: Andrey Lushnikov <lushnikov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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.