Bug 212989

Summary: Use bridge cast in String(NSString *) constructor
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, darin, ews-watchlist, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2020-06-09 13:48:14 PDT
Use bridge cast in String(NSString *) constructor instead of a reinterpret_cast as this is the preferred way of converting a NS Type to a CF one.
Comment 1 Chris Dumez 2020-06-09 13:49:58 PDT
Created attachment 401469 [details]
Patch
Comment 2 EWS 2020-06-09 15:04:53 PDT
Committed r262814: <https://trac.webkit.org/changeset/262814>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 401469 [details].
Comment 3 Radar WebKit Bug Importer 2020-06-09 15:05:19 PDT
<rdar://problem/64181793>