Bug 269441
| Summary: | [WebGPU] Typo in GPUBuffer::mapAsync | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
| Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mike Wyrzykowski
[WebGPU] Typo in GPUBuffer::mapAsync
#define ERROR_STRING(x) (@"GPUTexture.mapAsync: " x)
should be:
#define ERROR_STRING(x) (@"GPUBuffer.mapAsync: " x)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/122995179>
Mike Wyrzykowski
Pull request: https://github.com/WebKit/WebKit/pull/24559
EWS
Committed 274854@main (87247b98b381): <https://commits.webkit.org/274854@main>
Reviewed commits have been landed. Closing PR #24559 and removing active labels.