Bug 309444
| Summary: | Fixes for latest SDK | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
The latest Swift compiler requires a couple of source code changes in the Swift BackForwardList. First, it fixes a bug which made the WebBackForwardListFrameItem::frameState method unavailable through normal means. Previously, it was made available as __frameStateUnsafe. rdar://168057355 fixes that bug, so it's now made available safely as plain old frameState() which is great, but means __frameStateUnsafe has gone away and we need to adjust. Secondly, a new lifetime error occurred for a span in StdlibExtras; fix that too.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/172014821>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/60152
EWS
Committed 308903@main (e16e2b50c5ea): <https://commits.webkit.org/308903@main>
Reviewed commits have been landed. Closing PR #60152 and removing active labels.