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
Ahmad Saleem
Comment 1 2024-09-05 19:18:17 PDT
Radar WebKit Bug Importer
Comment 2 2024-09-12 20:14:35 PDT
Note You need to log in before you can comment on or make changes to this bug.