Bug 128091

Summary: Modernize the toRenderSVGResourceContainer() helper.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, d-r, esprehn+autocc, fmalita, glenn, gyuyoung.kim, kling, kondapallykalyan, pdr, schenney, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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>