[webkit-changes] [WebKit/WebKit] 900bcb: Fix Mac JSCOnly build
jjgriego
noreply at github.com
Mon Jun 19 04:14:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 900bcbfd6a37803857e87f4265c21415a346cc3d
https://github.com/WebKit/WebKit/commit/900bcbfd6a37803857e87f4265c21415a346cc3d
Author: Joseph Griego <jgriego at igalia.com>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M Source/WTF/wtf/PlatformJSCOnly.cmake
Log Message:
-----------
Fix Mac JSCOnly build
https://bugs.webkit.org/show_bug.cgi?id=257720
Reviewed by Elliott Williams.
The build currently fails because this header is included from wtf/Assertions.h
but is not copied as a public header in the cmake build; an easy fix, and I
think it should be appropriate (only changed for this port)
* Source/WTF/wtf/PlatformJSCOnly.cmake:
Canonical link: https://commits.webkit.org/265303@main
More information about the webkit-changes
mailing list