Bug 118289 - Introduce toSVGInlineTextBox
Summary: Introduce toSVGInlineTextBox
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-07-02 02:57 PDT by Gyuyoung Kim
Modified: 2013-07-02 04:57 PDT (History)
8 users (show)

See Also:


Attachments
Patch (9.32 KB, patch)
2013-07-02 02:59 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-02 02:57:59 PDT
As a step to change static_cast with toXXX, static_cast<SVGInlineTextBox*> can be changed with toSVGInlineTextBox().

Blink merge from https://src.chromium.org/viewvc/blink?view=rev&revision=153345
Comment 1 Gyuyoung Kim 2013-07-02 02:59:31 PDT
Created attachment 205882 [details]
Patch
Comment 2 Kangil Han 2013-07-02 03:02:32 PDT
Cool! :)
Comment 3 Andreas Kling 2013-07-02 04:34:07 PDT
Comment on attachment 205882 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2013-07-02 04:57:12 PDT
Comment on attachment 205882 [details]
Patch

Clearing flags on attachment: 205882

Committed r152285: <http://trac.webkit.org/changeset/152285>
Comment 5 WebKit Commit Bot 2013-07-02 04:57:15 PDT
All reviewed patches have been landed.  Closing bug.