[webkit-changes] [WebKit/WebKit] e437c1: Fix !ENABLE(JIT) && ENABLE(WEBASSEMBLY) build afte...

Ross Kirsling noreply at github.com
Sun Apr 7 21:21:09 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e437c19ce3281174598fa7a0c68daf6d3f1f1fc8
      https://github.com/WebKit/WebKit/commit/e437c19ce3281174598fa7a0c68daf6d3f1f1fc8
  Author: Ross Kirsling <ross.kirsling at sony.com>
  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 at 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


More information about the webkit-changes mailing list