Summary: | Modernize the toRenderSVGResourceContainer() helper. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> | ||||
Component: | Layout and Rendering | Assignee: | 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
Andreas Kling
2014-02-02 18:43:54 PST
Created attachment 222952 [details]
Patch
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. Committed r163283: <http://trac.webkit.org/changeset/163283> |