Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e16e2b50c5ea6d56d0308948a20bad0c074bdfeb
https://github.com/WebKit/WebKit/commit/e16e2b50c5ea6d56d0308948a20bad0c074bdfeb
Author: Adrian Taylor <[email protected]>
Date: 2026-03-09 (Mon, 09 Mar 2026)
Changed paths:
M Source/WebKit/UIProcess/StdlibExtras.swift
M Source/WebKit/UIProcess/WebBackForwardList.swift
Log Message:
-----------
Fixes for latest SDK
https://bugs.webkit.org/show_bug.cgi?id=309444
rdar://172014821
Reviewed by Richard Robinson.
Fix two incompatibilities between the latest Swift compiler and the Swift
WebBackForwardList. One of these is a new lifetime error, easily fixed; the
other is the replacement of the method __frameStateUnsafe with plain old
frameState which is a positive safety improvement.
Canonical link: https://commits.webkit.org/308903@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications