[webkit-changes] [WebKit/WebKit] 75b854: Fix JSCOnly build of bmalloc
bnham
noreply at github.com
Tue Sep 6 12:23:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 75b85477b7b0b0bf49d2734bb74df0522cc9a8ac
https://github.com/WebKit/WebKit/commit/75b85477b7b0b0bf49d2734bb74df0522cc9a8ac
Author: Ben Nham <nham at apple.com>
Date: 2022-09-06 (Tue, 06 Sep 2022)
Changed paths:
A Source/bmalloc/PlatformJSCOnly.cmake
Log Message:
-----------
Fix JSCOnly build of bmalloc
https://bugs.webkit.org/show_bug.cgi?id=244751
<rdar://problem/99556286>
Reviewed by Yusuke Suzuki.
In bug 244355 we made `bmalloc::api::enableMiniMode()` call a function in ProcessCheck. But this
breaks the JSCOnly CMake port because ProcessCheck wasn't compiled for that port (it was only
compiled for the Mac port). This patch fixes that.
* Source/bmalloc/PlatformJSCOnly.cmake: Added.
Canonical link: https://commits.webkit.org/254194@main
More information about the webkit-changes
mailing list