WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
291612
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
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2025-04-15 21:12:46 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/44138
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
<
rdar://problem/149428503
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug