Bug 118960

Summary: Use toSVGPathElement() instead of static_cast<>
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: SVGAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, esprehn+autocc, fmalita, glenn, kondapallykalyan, pdr, schenney, zimmermann
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.