Bug 128088

Summary: RenderSVGResourceContainer clients are always RenderElement.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, esprehn+autocc, fmalita, glenn, gyuyoung.kim, kondapallykalyan, pdr, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
sam: review+
Land none

Description Andreas Kling 2014-02-02 16:56:52 PST
RenderSVGResourceContainer clients are always RenderElement.
Comment 1 Andreas Kling 2014-02-02 16:58:10 PST
Created attachment 222947 [details]
Patch
Comment 2 Sam Weinig 2014-02-02 17:04:18 PST
Comment on attachment 222947 [details]
Patch

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

> Source/WebCore/rendering/svg/SVGResourcesCache.cpp:61
> +    for (auto& resourceContainer : resourceSet)

auto*?

> Source/WebCore/rendering/svg/SVGResourcesCache.cpp:75
> +    for (auto& resourceContainer : resourceSet)

auto*?
Comment 3 Andreas Kling 2014-02-02 17:34:10 PST
Created attachment 222949 [details]
Land
Comment 4 WebKit Commit Bot 2014-02-02 18:10:28 PST
Comment on attachment 222949 [details]
Land

Clearing flags on attachment: 222949

Committed r163279: <http://trac.webkit.org/changeset/163279>
Comment 5 WebKit Commit Bot 2014-02-02 18:10:33 PST
All reviewed patches have been landed.  Closing bug.