Bug 118794

Summary: Introduce toSVGInlineFlowBox() and use it
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, pdr, schenney, zimmermann
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Gyuyoung Kim 2013-07-17 04:30:03 PDT
As a step to change static_cast with toSVGXXX, static_cast<SVGInlineFlowBox*> can be changed with toSVGInlineFlowBox().
Blink merge from https://src.chromium.org/viewvc/blink?view=rev&revision=154385
Comment 1 Gyuyoung Kim 2013-07-17 04:32:31 PDT
Created attachment 206882 [details]
Patch
Comment 2 Gyuyoung Kim 2013-07-17 04:33:04 PDT
I verified debug build is fine locally. It was fine on EFL debug build.
Comment 3 Gyuyoung Kim 2013-07-17 10:05:56 PDT
I will land this when I can check if debug buildbots are fine.
Comment 4 WebKit Commit Bot 2013-07-17 19:12:33 PDT
Comment on attachment 206882 [details]
Patch

Clearing flags on attachment: 206882

Committed r152827: <http://trac.webkit.org/changeset/152827>
Comment 5 WebKit Commit Bot 2013-07-17 19:12:36 PDT
All reviewed patches have been landed.  Closing bug.