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+

Andreas Kling
Reported 2014-02-02 18:43:54 PST
Modernize the toRenderSVGResourceContainer() helper.
Attachments
Patch (18.37 KB, patch)
2014-02-02 18:44 PST, Andreas Kling
andersca: review+
Andreas Kling
Comment 1 2014-02-02 18:44:41 PST
Anders Carlsson
Comment 2 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.
Andreas Kling
Comment 3 2014-02-02 20:45:13 PST
Note You need to log in before you can comment on or make changes to this bug.