Bug 192633 - [iOS] Remove -[WebEvent initWithKeyEventType:...:characterSet:]
Summary: [iOS] Remove -[WebEvent initWithKeyEventType:...:characterSet:]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Local Build
Hardware: iPhone / iPad iOS 11
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-12 11:17 PST by Daniel Bates
Modified: 2018-12-17 10:59 PST (History)
4 users (show)

See Also:


Attachments
Patch (9.84 KB, patch)
2018-12-12 11:20 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2018-12-12 11:17:14 PST
The initializer -[WebEvent initWithKeyEventType:...:characterSet:] is no longer need following the adoption of the initializer that takes an input manager hint added in <https://trac.webkit.org/changeset/201199/webkit> (bug 157773). We kept this the tree to maintain binary compatibility. This is no longer needed.
Comment 1 Daniel Bates 2018-12-12 11:20:07 PST
Created attachment 357151 [details]
Patch
Comment 2 Daniel Bates 2018-12-17 10:59:00 PST
Comment on attachment 357151 [details]
Patch

Clearing flags on attachment: 357151

Committed r239275: <https://trac.webkit.org/changeset/239275>
Comment 3 Daniel Bates 2018-12-17 10:59:02 PST
All reviewed patches have been landed.  Closing bug.