Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 293899f162f43e6ae867cbf76e819a21c168374e
https://github.com/WebKit/WebKit/commit/293899f162f43e6ae867cbf76e819a21c168374e
Author: Zak Ridouh <[email protected]>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
M Source/WebCore/CMakeLists.txt
Log Message:
-----------
[CMake] Fix the macOS build after 313047@main
https://bugs.webkit.org/show_bug.cgi?id=314603
rdar://176846436
Reviewed by Richard Robinson and Brandon Stewart.
313047@main (22a99e8c1861) added `#include "ARKitBadgeSystemImage.h"` to
HTMLModelElement.cpp (and RenderLayerBacking.cpp), but
Source/WebCore/Modules/system-preview was not in the CMake include
path, so the build fails with:
Source/WebCore/Modules/model-element/HTMLModelElement.cpp:32:10:
fatal error: 'ARKitBadgeSystemImage.h' file not found
Add Modules/system-preview to WebCore_PRIVATE_INCLUDE_DIRECTORIES so
the quoted include resolves from the source tree.
* Source/WebCore/CMakeLists.txt:
Canonical link: https://commits.webkit.org/313053@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications