Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1db6dbd632e8992971b062a65026a6179da3e6d9
https://github.com/WebKit/WebKit/commit/1db6dbd632e8992971b062a65026a6179da3e6d9
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-04-03 (Fri, 03 Apr 2026)
Changed paths:
M Source/WebKit/UIProcess/ios/WKVisibilityPropagationView.mm
Log Message:
-----------
[iOS] Open source build broken after 310479@main
https://bugs.webkit.org/show_bug.cgi?id=311404
rdar://174002545
Unreviewed build fix.
310479@main pulls in PAL's UIKitSPI header into WebKit. This causes a
problem for (some) unified source which happens to include WebKit's
UIKitSPI header too. In the open source build, we declare a lot of SPI
interfaces, and these declarations are now duplicated, causing build
errors.
In this patch, we address the issue by simply including WebKit's version
of UIKitSPI.h instead.
* Source/WebKit/UIProcess/ios/WKVisibilityPropagationView.mm:
Canonical link: https://commits.webkit.org/310509@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications