WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
279241
CFRelease((__bridge)) workaround is ugly and not actually used in ARC code.
https://bugs.webkit.org/show_bug.cgi?id=279241
Summary
CFRelease((__bridge)) workaround is ugly and not actually used in ARC code.
Seija K.
Reported
2024-09-05 19:07:52 PDT
It is not used in ARC code, and compiles fine. In fact, if we ever move to ARC, we should be using smart pointers anyway if we have to force a change in retain count.
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2024-09-05 19:18:17 PDT
PR -
https://github.com/WebKit/WebKit/pull/33224
Radar WebKit Bug Importer
Comment 2
2024-09-12 20:14:35 PDT
<
rdar://problem/135927130
>
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