Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 49011a1d35b6fb9195db0e42920ceef7e21953ed
      
https://github.com/WebKit/WebKit/commit/49011a1d35b6fb9195db0e42920ceef7e21953ed
  Author: Tadeu Zagallo <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to