RESOLVED FIXED291549
Drop remaining implicit conversions from WTF::String to NSString *
https://bugs.webkit.org/show_bug.cgi?id=291549
Summary Drop remaining implicit conversions from WTF::String to NSString *
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.