Bug 122596

Summary: SVGUseElement: Use iterative traversal to find disallowed elements.
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore Misc.Assignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, fmalita, gyuyoung.kim, pdr, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch idea none

Description Andreas Kling 2013-10-10 06:19:59 PDT
SVGUseElement: Use iterative traversal to find disallowed elements.
Comment 1 Andreas Kling 2013-10-10 06:21:24 PDT
Created attachment 213878 [details]
Patch idea
Comment 2 Antti Koivisto 2013-10-10 07:23:51 PDT
Comment on attachment 213878 [details]
Patch idea

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

> Source/WebCore/svg/SVGUseElement.cpp:669
> +            Element* next = ElementTraversal::nextSkippingChildren(element, &subtree);

We should add nextSkippingChildren to iterators.
Comment 3 WebKit Commit Bot 2013-10-10 07:50:14 PDT
Comment on attachment 213878 [details]
Patch idea

Clearing flags on attachment: 213878

Committed r157223: <http://trac.webkit.org/changeset/157223>
Comment 4 WebKit Commit Bot 2013-10-10 07:50:16 PDT
All reviewed patches have been landed.  Closing bug.