RESOLVED FIXED118960
Use toSVGPathElement() instead of static_cast<>
https://bugs.webkit.org/show_bug.cgi?id=118960
Summary Use toSVGPathElement() instead of static_cast<>
Gyuyoung Kim
Reported 2013-07-21 21:43:37 PDT
Though there is toSVGPathElement(), some files still use static_cast<SVGPathElement*>. To remove all static_cast<> use, we need to change argument from SVGElement to Element. Merge from https://src.chromium.org/viewvc/blink?view=rev&revision=154621
Attachments
Patch (7.79 KB, patch)
2013-07-21 21:45 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2013-07-21 21:45:21 PDT
WebKit Commit Bot
Comment 2 2013-07-22 05:06:12 PDT
Comment on attachment 207223 [details] Patch Clearing flags on attachment: 207223 Committed r152962: <http://trac.webkit.org/changeset/152962>
WebKit Commit Bot
Comment 3 2013-07-22 05:06:16 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.