Bug 119566 - Introduce toSVGMPathElement(), and use it
Summary: Introduce toSVGMPathElement(), and use it
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-08-07 23:31 PDT by Gyuyoung Kim
Modified: 2013-08-08 03:59 PDT (History)
7 users (show)

See Also:


Attachments
Patch (3.29 KB, patch)
2013-08-07 23:32 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-08-07 23:31:12 PDT
As a step to change static_cast with toSVGXXX, static_cast<SVGMPathElement*> can be changed with toSVGMPathElement().

Blink merge from  https://src.chromium.org/viewvc/blink?view=rev&revision=155496
Comment 1 Gyuyoung Kim 2013-08-07 23:32:15 PDT
Created attachment 208312 [details]
Patch
Comment 2 Gyuyoung Kim 2013-08-07 23:33:00 PDT
CC'ing Kling
Comment 3 Andreas Kling 2013-08-08 00:05:21 PDT
Comment on attachment 208312 [details]
Patch

Sweet!
Comment 4 Gyuyoung Kim 2013-08-08 03:37:31 PDT
Comment on attachment 208312 [details]
Patch

Thx !
Comment 5 WebKit Commit Bot 2013-08-08 03:59:20 PDT
Comment on attachment 208312 [details]
Patch

Clearing flags on attachment: 208312

Committed r153820: <http://trac.webkit.org/changeset/153820>
Comment 6 WebKit Commit Bot 2013-08-08 03:59:24 PDT
All reviewed patches have been landed.  Closing bug.