Bug 291612

Summary: Drop AtomString's `operator NSString *()`
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: 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-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.