Bug 282906
Summary: | Use checked_objc_cast in checkedObjCCast | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | WebKit2 | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
checkedObjCCast currently casts with just debug-only assertion.
Make it use checked_objc_cast so that it release-asserts the type.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/36468
EWS
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
<rdar://problem/139682597>