Bug 115662

Summary: Remove more code that was only needed for younger/older shadow trees
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+, buildbot: commit-queue-

Description Antti Koivisto 2013-05-06 11:09:15 PDT
Dead code.
Comment 1 Antti Koivisto 2013-05-06 11:33:54 PDT
Created attachment 200729 [details]
patch
Comment 2 Andreas Kling 2013-05-06 11:35:18 PDT
Comment on attachment 200729 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=200729&action=review

> Source/WebCore/testing/Internals.idl:-49
> -    boolean hasShadowInsertionPoint(Node root) raises (DOMException);

I guess any affected tests are already skipped.
Comment 3 Antti Koivisto 2013-05-06 11:36:05 PDT
(In reply to comment #2)
> (From update of attachment 200729 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=200729&action=review
> 
> > Source/WebCore/testing/Internals.idl:-49
> > -    boolean hasShadowInsertionPoint(Node root) raises (DOMException);
> 
> I guess any affected tests are already skipped.

Hopefully, lets see what the bots say.
Comment 4 Build Bot 2013-05-06 12:25:12 PDT
Comment on attachment 200729 [details]
patch

Attachment 200729 [details] did not pass win-ews (win):
Output: http://webkit-queues.appspot.com/results/284083
Comment 5 Antti Koivisto 2013-05-06 12:37:15 PDT
http://trac.webkit.org/changeset/149628 (with win fix)