diff --git a/vendor/wgpu/wgpu.js b/vendor/wgpu/wgpu.js index fc4ffddb153..4816659f934 100644 --- a/vendor/wgpu/wgpu.js +++ b/vendor/wgpu/wgpu.js @@ -1570,7 +1570,7 @@ class WebGPUInterface { let descriptor; if (descriptorPtr != 0) { descriptor = { - label: this.stringView(descriptorPtr + 4), + label: this.StringView(descriptorPtr + 4), }; }