Bug 119126 - Introduce toSVGRectElement(), use it
Summary: Introduce toSVGRectElement(), 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-07-25 21:58 PDT by Gyuyoung Kim
Modified: 2013-07-26 21:47 PDT (History)
9 users (show)

See Also:


Attachments
Patch (4.15 KB, patch)
2013-07-25 22:00 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-25 21:58:48 PDT
As a step to change static_cast with toSVGXXX, static_cast<SVGRectElement*> can be changed with toSVGRectElement().

Blink merge from https://src.chromium.org/viewvc/blink?view=rev&revision=154897
Comment 1 Gyuyoung Kim 2013-07-25 22:00:19 PDT
Created attachment 207508 [details]
Patch
Comment 2 WebKit Commit Bot 2013-07-26 21:47:42 PDT
Comment on attachment 207508 [details]
Patch

Clearing flags on attachment: 207508

Committed r153398: <http://trac.webkit.org/changeset/153398>
Comment 3 WebKit Commit Bot 2013-07-26 21:47:44 PDT
All reviewed patches have been landed.  Closing bug.