Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 867c4d50c4e5f1a93b4aba4448966496ae13a7ca
https://github.com/WebKit/WebKit/commit/867c4d50c4e5f1a93b4aba4448966496ae13a7ca
Author: Geoffrey Garen <[email protected]>
Date: 2026-05-26 (Tue, 26 May 2026)
Changed paths:
M Source/WebKitLegacy/PlatformIOS.cmake
Log Message:
-----------
[CMake][iOS] Stage WebCore-sourced WebKitLegacy headers as forwarding stubs
https://bugs.webkit.org/show_bug.cgi?id=315605
<rdar://problem/177985077>
Reviewed by Pascoe.
WebKit symlinks WAKView.h and related headers from WebCore. With
explicit-module-build enabled on iOS, this looks like
a conflict (same type defined in two modules), and the build fails.
Use #import <WebCore/...> in forwarding stub instead of a symlink.
Modules are perfectly compatible with importing things.
* Source/WebKitLegacy/PlatformIOS.cmake:
Canonical link: https://commits.webkit.org/313925@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications