diff options
Diffstat (limited to 'components/script/dom/gpusupportedlimits.rs')
-rw-r--r-- | components/script/dom/gpusupportedlimits.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpusupportedlimits.rs b/components/script/dom/gpusupportedlimits.rs index f86dd5aaf20..bbad05face0 100644 --- a/components/script/dom/gpusupportedlimits.rs +++ b/components/script/dom/gpusupportedlimits.rs @@ -34,7 +34,7 @@ impl GPUSupportedLimits { } } -impl GPUSupportedLimitsMethods for GPUSupportedLimits { +impl GPUSupportedLimitsMethods<crate::DomTypeHolder> for GPUSupportedLimits { /// <https://gpuweb.github.io/gpuweb/#dom-gpusupportedlimits-maxtexturedimension1d> fn MaxTextureDimension1D(&self) -> u32 { self.limits.max_texture_dimension_1d |