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