Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 44accd06b0d8a63b2c92a9e113f84f439caf84a5
https://github.com/WebKit/WebKit/commit/44accd06b0d8a63b2c92a9e113f84f439caf84a5
Author: Zak Ridouh <[email protected]>
Date: 2026-07-29 (Wed, 29 Jul 2026)
Changed paths:
M Source/WebKit/PlatformCocoa.cmake
Log Message:
-----------
[CMake] Fix the macOS build after 318196@main
https://bugs.webkit.org/show_bug.cgi?id=320597
rdar://183572581
Reviewed by Pascoe.
318196@main renamed WKPDFHUDView.{mm,swift} to WKDefaultPDFHUDView.{mm,swift}
and added WKAlternatePDFHUDView.swift, but only updated the Xcode project and
SourcesCocoa.txt. PlatformCocoa.cmake's macOS source list still named the old
files, so configuring failed on both missing sources. WebKitUIProcess was left
with no sources at all, which in turn broke the targets that reuse WebKit's
precompiled header.
Update the two renamed entries and add the new Swift file.
* Source/WebKit/PlatformCocoa.cmake:
Canonical link: https://commits.webkit.org/318199@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications