[webkit-changes] [WebKit/WebKit] 49011a: [WGSL] Fix the wgslc build

Tadeu Zagallo noreply at github.com
Tue Mar 21 09:22:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 49011a1d35b6fb9195db0e42920ceef7e21953ed
      https://github.com/WebKit/WebKit/commit/49011a1d35b6fb9195db0e42920ceef7e21953ed
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M Source/WebGPU/WGSL/wgslc.cpp

  Log Message:
  -----------
  [WGSL] Fix the wgslc build
https://bugs.webkit.org/show_bug.cgi?id=254213
rdar://106995791

Unreviewed build fix.

Before landing I replaced `String::fromLatin1` with `String::fromUTF8WithLatin1Fallback`
without realizing that the latter takes an extra argument. For now, just revert it back
to using `fromLatin1`.

* Source/WebGPU/WGSL/wgslc.cpp:
(runWGSL):

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




More information about the webkit-changes mailing list