Bug 118783 - Get rid of SVGPoint special case from the bindings generator
Summary: Get rid of SVGPoint special case from the bindings generator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-07-17 01:09 PDT by Chris Dumez
Modified: 2013-07-17 03:26 PDT (History)
10 users (show)

See Also:


Attachments
Patch (30.12 KB, patch)
2013-07-17 01:36 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2013-07-17 01:09:11 PDT
Get rid of SVGPoint special case from the bindings generator by adding a
new SVGPoint.h header that contains a typedef to FloatPoint.

Also use SVGPoint type in the implementation API for consistency with
the IDL.

Corresponding Blink patch:
https://src.chromium.org/viewvc/blink?revision=154164&view=revision
Comment 1 Chris Dumez 2013-07-17 01:36:35 PDT
Created attachment 206865 [details]
Patch
Comment 2 Kentaro Hara 2013-07-17 01:41:56 PDT
Comment on attachment 206865 [details]
Patch

Looks OK.
Comment 3 WebKit Commit Bot 2013-07-17 03:26:36 PDT
Comment on attachment 206865 [details]
Patch

Clearing flags on attachment: 206865

Committed r152780: <http://trac.webkit.org/changeset/152780>
Comment 4 WebKit Commit Bot 2013-07-17 03:26:38 PDT
All reviewed patches have been landed.  Closing bug.