Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1e76561512726404f756c7960d3d23ed6b56503d
https://github.com/WebKit/WebKit/commit/1e76561512726404f756c7960d3d23ed6b56503d
Author: Adrian Taylor <[email protected]>
Date: 2026-02-06 (Fri, 06 Feb 2026)
Changed paths:
M Source/WebKit/UIProcess/StdlibExtras.swift
M Source/WebKit/UIProcess/WebBackForwardList.swift
Log Message:
-----------
Reinstate equality function
https://bugs.webkit.org/show_bug.cgi?id=307163
rdar://169799223
Reviewed by Richard Robinson.
Part of the Web Back Forward List Swift code was a func === implementation to
allow comparison of C++ types by identity. This relied on an @_expose(!Cxx)
attribute to avoid exposing this back to C++; that was not supported on some
Swift versions between 6.2.0 and 6.2.3. We therefore had to tempoararily remove
that function to fix a build failure. Reinstate the function, but bump our
Swift conditional compilation guards to 6.2.3 so that it does not attempt to
parse this attribute.
Canonical link: https://commits.webkit.org/306981@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications