Bug 115662 - Remove more code that was only needed for younger/older shadow trees
Summary: Remove more code that was only needed for younger/older shadow trees
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-06 11:09 PDT by Antti Koivisto
Modified: 2013-05-06 12:37 PDT (History)
3 users (show)

See Also:


Attachments
patch (13.00 KB, patch)
2013-05-06 11:33 PDT, Antti Koivisto
kling: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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)