Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0f924849f534426b33d9b81e64365ab85597626d
https://github.com/WebKit/WebKit/commit/0f924849f534426b33d9b81e64365ab85597626d
Author: Richard Robinson <[email protected]>
Date: 2026-08-23 (Sun, 23 Aug 2026)
Changed paths:
M Source/JavaScriptCore/runtime/SymbolTable.h
Log Message:
-----------
[CMake] Fix the CMake build after 319646@main
https://bugs.webkit.org/show_bug.cgi?id=322348
rdar://185619817
Reviewed by Zak Ridouh.
The CMake build requires `JSC::SymbolTableEntry::inflate` to be
`JS_EXPORT_PRIVATE` since it uses
`-fpch-codegen` which hoists inline function bodies out of the PCH into the
PCH's own object file
as strong external definitions.
* Source/JavaScriptCore/runtime/SymbolTable.h:
Canonical link: https://commits.webkit.org/319659@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications