aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen
diff options
context:
space:
mode:
authorSamson <16504129+sagudev@users.noreply.github.com>2024-06-17 14:47:25 +0200
committerGitHub <noreply@github.com>2024-06-17 12:47:25 +0000
commitcbc9304c2002fb0d5c8cdade39eddfe117b12053 (patch)
treeffb9afd683f8ec9d6eda26e3ba395d3214718b72 /components/script/dom/bindings/codegen
parent3381f2a70442aa6a6c31a0bc4a4c3601299631f5 (diff)
downloadservo-cbc9304c2002fb0d5c8cdade39eddfe117b12053.tar.gz
servo-cbc9304c2002fb0d5c8cdade39eddfe117b12053.zip
webgpu: Implement device lost (#32354)
* device lost promise should be init at creation of device object * device lost impl * lock for device poll workaround for wgpu deadlocks * expect * Less lost reason reasoning in script
Diffstat (limited to 'components/script/dom/bindings/codegen')
-rw-r--r--components/script/dom/bindings/codegen/Bindings.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/codegen/Bindings.conf b/components/script/dom/bindings/codegen/Bindings.conf
index b4c5c96b8ff..c7b4cbace88 100644
--- a/components/script/dom/bindings/codegen/Bindings.conf
+++ b/components/script/dom/bindings/codegen/Bindings.conf
@@ -169,7 +169,7 @@ DOMInterfaces = {
},
'GPUDevice': {
- 'inRealms': ['PopErrorScope', 'GetLost', 'CreateComputePipelineAsync', 'CreateRenderPipelineAsync'],
+ 'inRealms': ['PopErrorScope', 'CreateComputePipelineAsync', 'CreateRenderPipelineAsync'],
}
}