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