Bug 184695

Summary: getCharNumAtPosition should take DOMPointInit as argument
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: Dirk Schulze <krit>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, koivisto, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 184767    
Attachments:
Description Flags
Patch
none
Patch
none
Patch for landing none

Description Dirk Schulze 2018-04-17 08:27:27 PDT
SVG2 currently defines DOMPoint[1] as argument for getCharNumAtPosition. This is going to change to a DOMPointInit[2].

[1] https://www.w3.org/TR/SVG2/text.html#InterfaceSVGTextContentElement
[2] https://github.com/w3c/svgwg/pull/414
Comment 1 Dirk Schulze 2018-04-17 08:37:41 PDT
Created attachment 338116 [details]
Patch
Comment 2 Dirk Schulze 2018-04-17 08:49:39 PDT
Created attachment 338119 [details]
Patch
Comment 3 Dirk Schulze 2018-05-01 11:53:33 PDT
PR for DOMPointInit landed.
Comment 4 Dirk Schulze 2018-05-02 14:13:52 PDT
Created attachment 339337 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2018-05-02 14:38:58 PDT
Comment on attachment 339337 [details]
Patch for landing

Clearing flags on attachment: 339337

Committed r231266: <https://trac.webkit.org/changeset/231266>
Comment 6 WebKit Commit Bot 2018-05-02 14:39:00 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2018-05-02 14:39:21 PDT
<rdar://problem/39919509>