RESOLVED FIXED 282906
Use checked_objc_cast in checkedObjCCast
https://bugs.webkit.org/show_bug.cgi?id=282906
Summary Use checked_objc_cast in checkedObjCCast
Ryosuke Niwa
Reported 2024-11-10 14:23:56 PST
checkedObjCCast currently casts with just debug-only assertion. Make it use checked_objc_cast so that it release-asserts the type.
Attachments
Ryosuke Niwa
Comment 1 2024-11-10 14:26:31 PST
EWS
Comment 2 2024-11-11 16:13:23 PST
Committed 286462@main (45e5e706cfe3): <https://commits.webkit.org/286462@main> Reviewed commits have been landed. Closing PR #36468 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-11-11 16:14:15 PST
Note You need to log in before you can comment on or make changes to this bug.