[webkit-changes] [WebKit/WebKit] 0301fc: [Debug][Wasm] Build fix

Claudio Saavedra noreply at github.com
Tue Mar 14 06:05:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0301fc0f931a9b6ae8e98187b8131932e98b5223
      https://github.com/WebKit/WebKit/commit/0301fc0f931a9b6ae8e98187b8131932e98b5223
  Author: Claudio Saavedra <csaavedra at igalia.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

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

  Log Message:
  -----------
  [Debug][Wasm] Build fix
https://bugs.webkit.org/show_bug.cgi?id=253880

Reviewed by Philippe Normand.

Value.asLocal() returns an unsigned value,
comparison is redundant (and fails with -Werror=type-limits).

* Source/JavaScriptCore/wasm/WasmBBQJIT.cpp:
(JSC::Wasm::BBQJIT::locationOfWithoutBinding):

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




More information about the webkit-changes mailing list