Bug 307534
| Summary: | Remove an unsafe | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKit Process Model | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | nham, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
WebBackForwardList.swift has an 'unsafe' keyword which was necessary to check nullness of a pointer with earlier SDK versions. With the latest SDKs that's not necessary, and it's crucial we don't use 'unsafe' escape hatches more than strictly necessary, so remove it.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/170128665>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/58392
EWS
Committed 307642@main (59ecbc55698c): <https://commits.webkit.org/307642@main>
Reviewed commits have been landed. Closing PR #58392 and removing active labels.