Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d6623b5d0ce458c0b65190a66d814cd5666cb9ae
https://github.com/WebKit/WebKit/commit/d6623b5d0ce458c0b65190a66d814cd5666cb9ae
Author: Vassili Bykov <[email protected]>
Date: 2026-01-28 (Wed, 28 Jan 2026)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
M Source/JavaScriptCore/runtime/JSFunctionWithFields.h
Log Message:
-----------
[JSC] The new JSFunctionWithFields.h header should be marked as private in
.xcodeproj
https://bugs.webkit.org/show_bug.cgi?id=306369
rdar://169035355
Reviewed by Keith Miller and Yusuke Suzuki.
Unlike all other headers under runtime/, this header is marked as public, and
the include directive
in it uses double quotes. This causes build problems in certain usage scenarios
in tests. The patch
changes the visibility and the include directive to follow the convention.
Testing: not directly testable.
Canonical link: https://commits.webkit.org/306390@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications