Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e437c19ce3281174598fa7a0c68daf6d3f1f1fc8
https://github.com/WebKit/WebKit/commit/e437c19ce3281174598fa7a0c68daf6d3f1f1fc8
Author: Ross Kirsling <[email protected]>
Date: 2024-04-07 (Sun, 07 Apr 2024)
Changed paths:
M Source/JavaScriptCore/wasm/WasmCallee.cpp
M Source/JavaScriptCore/wasm/WasmCallee.h
M Source/JavaScriptCore/wasm/WasmLLIntPlan.cpp
Log Message:
-----------
Fix !ENABLE(JIT) && ENABLE(WEBASSEMBLY) build after 277125@main
https://bugs.webkit.org/show_bug.cgi?id=272312
Unreviewed build fix.
* Source/JavaScriptCore/wasm/WasmCallee.cpp:
* Source/JavaScriptCore/wasm/WasmCallee.h:
Ensure JSEntrypointCallee extends from JITCallee even with !ENABLE(JIT).
* Source/JavaScriptCore/wasm/WasmLLIntPlan.cpp:
Ensure CCallHelpers usage is guarded by ENABLE(JIT).
Canonical link: https://commits.webkit.org/277189@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes