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