[webkit-changes] [WebKit/WebKit] aa1a33: Fix PlayStation build following 265651 at main

Ross Kirsling noreply at github.com
Fri Jun 30 09:17:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aa1a33ed1ca1ff3e4310a3d530a778903ef10d75
      https://github.com/WebKit/WebKit/commit/aa1a33ed1ca1ff3e4310a3d530a778903ef10d75
  Author: Ross Kirsling <rkirsling at gmail.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmBBQJIT.cpp

  Log Message:
  -----------
  Fix PlayStation build following 265651 at main
https://bugs.webkit.org/show_bug.cgi?id=258729

Unreviewed build fix.

* Source/JavaScriptCore/wasm/WasmBBQJIT.cpp:
Move #if ENABLE(WEBASSEMBLY_BBQJIT) where it belongs.
This isn't a new issue in 265651 at main, but it means that non-WASM platforms have needed to load every header in this file.

Canonical link: https://commits.webkit.org/265655@main




More information about the webkit-changes mailing list