RESOLVED FIXED 128091
Modernize the toRenderSVGResourceContainer() helper.
https://bugs.webkit.org/show_bug.cgi?id=128091
Summary Modernize the toRenderSVGResourceContainer() helper.
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.