diff options
Diffstat (limited to 'components/script/dom/gamepadhapticactuator.rs')
-rw-r--r-- | components/script/dom/gamepadhapticactuator.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gamepadhapticactuator.rs b/components/script/dom/gamepadhapticactuator.rs index 10be49dcfee..edffeddd901 100644 --- a/components/script/dom/gamepadhapticactuator.rs +++ b/components/script/dom/gamepadhapticactuator.rs @@ -132,7 +132,7 @@ impl GamepadHapticActuator { } } -impl GamepadHapticActuatorMethods for GamepadHapticActuator { +impl GamepadHapticActuatorMethods<crate::DomTypeHolder> for GamepadHapticActuator { /// <https://www.w3.org/TR/gamepad/#dom-gamepadhapticactuator-effects> fn Effects(&self, cx: JSContext, retval: MutableHandleValue) { to_frozen_array(self.effects.as_slice(), cx, retval) |