diff options
Diffstat (limited to 'components/script/dom/gpubindgrouplayout.rs')
-rw-r--r-- | components/script/dom/gpubindgrouplayout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpubindgrouplayout.rs b/components/script/dom/gpubindgrouplayout.rs index 4c2d2413a7a..c09c36ade58 100644 --- a/components/script/dom/gpubindgrouplayout.rs +++ b/components/script/dom/gpubindgrouplayout.rs @@ -126,7 +126,7 @@ impl Drop for GPUBindGroupLayout { } } -impl GPUBindGroupLayoutMethods for GPUBindGroupLayout { +impl GPUBindGroupLayoutMethods<crate::DomTypeHolder> for GPUBindGroupLayout { /// <https://gpuweb.github.io/gpuweb/#dom-gpuobjectbase-label> fn Label(&self) -> USVString { self.label.borrow().clone() |