[webkit-reviews] review granted: [Bug 128091] Modernize the toRenderSVGResourceContainer() helper. : [Attachment 222952] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 2 19:01:57 PST 2014


Anders Carlsson <andersca at apple.com> has granted Andreas Kling
<akling at apple.com>'s request for review:
Bug 128091: Modernize the toRenderSVGResourceContainer() helper.
https://bugs.webkit.org/show_bug.cgi?id=128091

Attachment 222952: Patch
https://bugs.webkit.org/attachment.cgi?id=222952&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
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.


More information about the webkit-reviews mailing list