RESOLVED FIXED 128107
CTTE: RenderSVGGradientStop always has a SVGStopElement.
https://bugs.webkit.org/show_bug.cgi?id=128107
Summary CTTE: RenderSVGGradientStop always has a SVGStopElement.
Andreas Kling
Reported 2014-02-03 10:28:07 PST
CTTE: RenderSVGGradientStop always has a SVGStopElement.
Attachments
Patch (6.27 KB, patch)
2014-02-03 10:28 PST, Andreas Kling
darin: review+
Andreas Kling
Comment 1 2014-02-03 10:28:40 PST
Darin Adler
Comment 2 2014-02-03 11:49:11 PST
Comment on attachment 222997 [details] Patch 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?
Andreas Kling
Comment 3 2014-02-03 12:21:20 PST
Note You need to log in before you can comment on or make changes to this bug.