Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 69d0d4556f869d880cde19c09422ca958fcfa0d7
https://github.com/WebKit/WebKit/commit/69d0d4556f869d880cde19c09422ca958fcfa0d7
Author: Simon Lewis <[email protected]>
Date: 2026-09-22 (Tue, 22 Sep 2026)
Changed paths:
M Source/WebCore/PAL/pal/PlatformCocoa.cmake
Log Message:
-----------
cmake build fix: PAL is missing WebContentAnalysisSoftLink.h from
PAL_PUBLIC_HEADERS
https://bugs.webkit.org/show_bug.cgi?id=324901
rdar://188130360
Reviewed by Zak Ridouh.
301882@main added pal/cocoa/WebContentAnalysisSoftLink.h and registered it in
PAL.xcodeproj, but not in PAL_PUBLIC_HEADERS. cmake therefore never stages it
into PAL/Headers/pal/cocoa/, and any cmake build which includes it fails:
Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm:61:9: fatal error:
'pal/cocoa/WebContentAnalysisSoftLink.h' file not found
* Source/WebCore/PAL/pal/PlatformCocoa.cmake:
Canonical link: https://commits.webkit.org/321655@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications