Bug 128088 - RenderSVGResourceContainer clients are always RenderElement.
Summary: RenderSVGResourceContainer clients are always RenderElement.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-02 16:56 PST by Andreas Kling
Modified: 2014-02-02 18:10 PST (History)
9 users (show)

See Also:


Attachments
Patch (4.22 KB, patch)
2014-02-02 16:58 PST, Andreas Kling
sam: review+
Details | Formatted Diff | Diff
Land (4.22 KB, patch)
2014-02-02 17:34 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

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