RESOLVED FIXED291612
Drop AtomString's `operator NSString *()`
https://bugs.webkit.org/show_bug.cgi?id=291612
Summary Drop AtomString's `operator NSString *()`
Chris Dumez
Reported 2025-04-15 20:50:30 PDT
Drop AtomString's `operator NSString *()`. Use createNSString() instead which makes it clearer we're allocating a new object and which returns a RetainPtr instead of an autoreleased object.
Attachments
Chris Dumez
Comment 1 2025-04-15 21:12:46 PDT
EWS
Comment 2 2025-04-16 16:37:00 PDT
Committed 293773@main (a8821c1d98c9): <https://commits.webkit.org/293773@main> Reviewed commits have been landed. Closing PR #44138 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-04-16 16:38:14 PDT
Note You need to log in before you can comment on or make changes to this bug.