Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: b229fbac5e480d4c1346bfca45d53155ac2a576e
https://github.com/WebKit/WebKit/commit/b229fbac5e480d4c1346bfca45d53155ac2a576e
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-02-09 (Mon, 09 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
M Source/JavaScriptCore/runtime/TemporalPlainYearMonth.cpp
M Source/JavaScriptCore/runtime/TemporalPlainYearMonth.h
M Source/JavaScriptCore/wasm/debugger/WasmModuleManager.cpp
Log Message:
-----------
Cherry-pick 307014@main (cde67df1e4ba).
https://bugs.webkit.org/show_bug.cgi?id=307208
[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
Canonical link: https://commits.webkit.org/305877.63@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications