RESOLVED FIXED122596
SVGUseElement: Use iterative traversal to find disallowed elements.
https://bugs.webkit.org/show_bug.cgi?id=122596
Summary SVGUseElement: Use iterative traversal to find disallowed elements.
Andreas Kling
Reported 2013-10-10 06:19:59 PDT
SVGUseElement: Use iterative traversal to find disallowed elements.
Attachments
Patch idea (7.92 KB, patch)
2013-10-10 06:21 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2013-10-10 06:21:24 PDT
Created attachment 213878 [details] Patch idea
Antti Koivisto
Comment 2 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.
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2013-10-10 07:50:16 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.