[webkit-changes] [WebKit/WebKit] 1f29fc: Fix PlayStation build following 266368 at main

Ross Kirsling noreply at github.com
Thu Jul 27 21:19:55 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1f29fc26239e2b130b4836fac7470ecb33c0f74e
      https://github.com/WebKit/WebKit/commit/1f29fc26239e2b130b4836fac7470ecb33c0f74e
  Author: Ross Kirsling <ross.kirsling at sony.com>
  Date:   2023-07-27 (Thu, 27 Jul 2023)

  Changed paths:
    M Source/JavaScriptCore/llint/InPlaceInterpreter.cpp
    M Source/JavaScriptCore/llint/InPlaceInterpreter.h
    M Source/JavaScriptCore/runtime/InitializeThreading.cpp

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

Unreviewed build fix.

* Source/JavaScriptCore/llint/InPlaceInterpreter.cpp:
* Source/JavaScriptCore/llint/InPlaceInterpreter.h:
* Source/JavaScriptCore/runtime/InitializeThreading.cpp:
(JSC::initialize):
IPInt is a wasm feature; it must be guarded by ENABLE(WEBASSEMBLY).

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




More information about the webkit-changes mailing list