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

Description Andrey Lushnikov 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().
Comment 1 Andrey Lushnikov 2013-01-16 02:19:18 PST
Created attachment 182942 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2013-01-16 04:18:09 PST
All reviewed patches have been landed.  Closing bug.