Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 557016eb67d4ad1a6572bca6304553a3b5bd3aab
https://github.com/WebKit/WebKit/commit/557016eb67d4ad1a6572bca6304553a3b5bd3aab
Author: Adrian Taylor <[email protected]>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M Source/WebKit/UIProcess/ios/ViewGestureControllerIOS.mm
Log Message:
-----------
Support Swift in iOS ViewGestureController
https://bugs.webkit.org/show_bug.cgi?id=308312
rdar://170809308
Reviewed by Richard Robinson.
Swift types, as represented in C++, are reference counted types and do not need
to be wrapped in Ref<T>. Therefore, when managing the life of the Swift
WebBackForwardList, the code needs to pass around a
std::optional<WebBackForwardList> rather than a RefPtr<WebBackForwardList>.
This change was previously made for MacOS but not yet iOS. Make the equivalent
change.
Canonical link: https://commits.webkit.org/307937@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications