Bug 291549

Summary: Drop remaining implicit conversions from WTF::String to NSString *
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 2025-04-14 18:04:00 PDT
Drop remaining implicit conversions from WTF::String to NSString *. Use createNSString() instead, which makes it clearer that we're allocating a new string and which returns a RetainPtr instead of an autoreleased object.
Attachments
Chris Dumez
Comment 1 2025-04-14 19:38:12 PDT
EWS
Comment 2 2025-04-15 10:44:31 PDT
Committed 293715@main (a739afebbd9b): <https://commits.webkit.org/293715@main> Reviewed commits have been landed. Closing PR #44083 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-04-15 10:48:01 PDT
Note You need to log in before you can comment on or make changes to this bug.