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