Bug 192633

Summary: [iOS] Remove -[WebEvent initWithKeyEventType:...:characterSet:]
Product: WebKit Reporter: Daniel Bates <dbates>
Component: PlatformAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2    
Version: WebKit Local Build   
Hardware: iPhone / iPad   
OS: iOS 11   
Attachments:
Description Flags
Patch none

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.