WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2014-02-03 10:28:40 PST
Created
attachment 222997
[details]
Patch
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
Committed
r163319
: <
http://trac.webkit.org/changeset/163319
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug