Bug 118960 - Use toSVGPathElement() instead of static_cast<>
Summary: Use toSVGPathElement() instead of static_cast<>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-07-21 21:43 PDT by Gyuyoung Kim
Modified: 2013-07-22 05:06 PDT (History)
9 users (show)

See Also:


Attachments
Patch (7.79 KB, patch)
2013-07-21 21:45 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 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
Comment 1 Gyuyoung Kim 2013-07-21 21:45:21 PDT
Created attachment 207223 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2013-07-22 05:06:16 PDT
All reviewed patches have been landed.  Closing bug.