diff options
Diffstat (limited to 'components/script/dom/gpubindgroup.rs')
-rw-r--r-- | components/script/dom/gpubindgroup.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpubindgroup.rs b/components/script/dom/gpubindgroup.rs index 964959e40c0..7992e3825d0 100644 --- a/components/script/dom/gpubindgroup.rs +++ b/components/script/dom/gpubindgroup.rs @@ -129,7 +129,7 @@ impl Drop for GPUBindGroup { } } -impl GPUBindGroupMethods for GPUBindGroup { +impl GPUBindGroupMethods<crate::DomTypeHolder> for GPUBindGroup { /// <https://gpuweb.github.io/gpuweb/#dom-gpuobjectbase-label> fn Label(&self) -> USVString { self.label.borrow().clone() |