Bug 154464

Summary: ComposedTreeIterator traverses normal children for elements with empty shadow root
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 154355    
Attachments:
Description Flags
patch rniwa: review+

Description Antti Koivisto 2016-02-19 12:07:39 PST
It shouldn't do that.
Comment 1 Antti Koivisto 2016-02-19 12:32:24 PST
Created attachment 271778 [details]
patch
Comment 2 Ryosuke Niwa 2016-02-19 13:08:48 PST
Comment on attachment 271778 [details]
patch

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

> Source/WebCore/dom/ComposedTreeIterator.h:58
> +    void dropAssertions();
> +

I understand this is needed for the bug 154355 but can land it there instead?
Comment 3 Antti Koivisto 2016-02-19 15:31:23 PST
http://trac.webkit.org/changeset/196833