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