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