Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 882a43a5ccc5d5a0af67981ec84a37906b92e0a9
https://github.com/WebKit/WebKit/commit/882a43a5ccc5d5a0af67981ec84a37906b92e0a9
Author: Adrian Taylor <[email protected]>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M Source/WebKit/Modules/Internal/module.modulemap
M Source/WebKit/Shared/IPCTesterReceiver.h
M Source/WebKit/Shared/IPCTesterReceiver.swift
M Source/WebKit/UIProcess/WebBackForwardList.swift
M Source/WebKit/UIProcess/WebBackForwardListSwiftUtilities.h
Log Message:
-----------
Workaround absence of .pointee
https://bugs.webkit.org/show_bug.cgi?id=308298
rdar://170801574
Reviewed by Richard Robinson.
This removes all uses of the Swift .pointee syntax with inline C++ functions,
to work around a regression in the Swift compiler, rdar://170233903, which is
fixed in https://github.com/swiftlang/swift/pull/87195 but will take a while to
get to us in WebKit.
Canonical link: https://commits.webkit.org/307936@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications