Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cde67df1e4bac94bc726e94241d9c54b6b392c0c
https://github.com/WebKit/WebKit/commit/cde67df1e4bac94bc726e94241d9c54b6b392c0c
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-02-07 (Sat, 07 Feb 2026)
Changed paths:
M Source/JavaScriptCore/API/JSCallbackObject.h
M Source/JavaScriptCore/b3/B3LowerToAir.cpp
M Source/JavaScriptCore/debugger/DebuggerParseData.cpp
M Source/JavaScriptCore/dfg/DFGGraph.cpp
M Source/JavaScriptCore/parser/Nodes.cpp
M Source/JavaScriptCore/parser/SourceProviderCache.h
M Source/JavaScriptCore/runtime/AggregateError.cpp
M Source/JavaScriptCore/runtime/JSPromiseCombinatorsContext.h
M Source/JavaScriptCore/runtime/JSPromiseCombinatorsGlobalContext.h
Log Message:
-----------
[JSC] Fix non-unified builds
https://bugs.webkit.org/show_bug.cgi?id=307208
Reviewed by Patrick Griffis.
The main changes are adding missing header inclusions. Where needed
(and possible) a header is replaced by the corresponding *Inlines.h
one.
* Source/JavaScriptCore/API/JSCallbackObject.h: Fix includes.
* Source/JavaScriptCore/b3/B3LowerToAir.cpp: Guard maxCompareChainSize
with CPU(ARM64), to avoid an unused-variable warning in other target
architectures that do not use the constant.
* Source/JavaScriptCore/debugger/DebuggerParseData.cpp: Fix includes.
* Source/JavaScriptCore/dfg/DFGGraph.cpp: Ditto.
* Source/JavaScriptCore/parser/Nodes.cpp: Ditto.
* Source/JavaScriptCore/parser/SourceProviderCache.h: Ditto.
* Source/JavaScriptCore/runtime/AggregateError.cpp: Ditto.
* Source/JavaScriptCore/runtime/JSPromiseCombinatorsContext.h: Ditto.
* Source/JavaScriptCore/runtime/JSPromiseCombinatorsGlobalContext.h: Ditto.
Canonical link: https://commits.webkit.org/307014@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications