[webkit-reviews] review granted: [Bug 128107] CTTE: RenderSVGGradientStop always has a SVGStopElement. : [Attachment 222997] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 3 11:51:49 PST 2014


Darin Adler <darin at apple.com> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 128107: CTTE: RenderSVGGradientStop always has a SVGStopElement.
https://bugs.webkit.org/show_bug.cgi?id=128107

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=222997&action=review


> Source/WebCore/rendering/svg/RenderSVGGradientStop.h:39
> +    SVGStopElement& element() const { return
static_cast<SVGStopElement&>(RenderObject::nodeForNonAnonymous()); }

Why can’t this use toSVGStopElement?


More information about the webkit-reviews mailing list