Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0f3e01f048de8444765c34a2cac1451f86cbc916
https://github.com/WebKit/WebKit/commit/0f3e01f048de8444765c34a2cac1451f86cbc916
Author: Zak Ridouh <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M Source/WebKit/CMakeLists.txt
M Source/WebKit/PlatformMac.cmake
Log Message:
-----------
[CMake] Fix build after 317761@main
https://bugs.webkit.org/show_bug.cgi?id=320121
rdar://183063525
Reviewed by Charlie Wolfe.
317761@main added WKFastScrollTracker.swift and made
WKAppKitGestureController.mm import WebKit-Swift.h and use
WebKit::WKFastScrollTracker, but only updated the Xcode project. The CMake
build was left broken in two ways:
* WKFastScrollTracker.swift was never compiled, so WebKit::WKFastScrollTracker
was never emitted into the generated WebKit-Swift.h.
* WKAppKitGestureController.mm was not listed in WebKit_SWIFT_INTEROP_SOURCES,
so it was built in a unified source instead of the Swift interop subtarget
and tripped the WebKit-Swift.h #error guard.
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/PlatformMac.cmake:
Canonical link: https://commits.webkit.org/317808@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications