Bug 128091 - Modernize the toRenderSVGResourceContainer() helper.
Summary: Modernize the toRenderSVGResourceContainer() helper.
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 18:43 PST by Andreas Kling
Modified: 2014-02-02 20:45 PST (History)
12 users (show)

See Also:


Attachments
Patch (18.37 KB, patch)
2014-02-02 18:44 PST, Andreas Kling
andersca: review+
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 18:43:54 PST
Modernize the toRenderSVGResourceContainer() helper.
Comment 1 Andreas Kling 2014-02-02 18:44:41 PST
Created attachment 222952 [details]
Patch
Comment 2 Anders Carlsson 2014-02-02 18:59:19 PST
Comment on attachment 222952 [details]
Patch

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

> Source/WebCore/svg/SVGElement.cpp:1013
> +        auto renderer = this->renderer();

I'd use auto* renderer here.
Comment 3 Andreas Kling 2014-02-02 20:45:13 PST
Committed r163283: <http://trac.webkit.org/changeset/163283>