| Index: Source/modules/gamepad/GamepadButton.idl
|
| diff --git a/Source/modules/gamepad/GamepadButton.idl b/Source/modules/gamepad/GamepadButton.idl
|
| index 13e857c0d3a7eb2d71cfbe4190be16147299c658..19d88ce77cdc808153c4250e1203526586640e01 100644
|
| --- a/Source/modules/gamepad/GamepadButton.idl
|
| +++ b/Source/modules/gamepad/GamepadButton.idl
|
| @@ -7,5 +7,5 @@
|
| GarbageCollected,
|
| ] interface GamepadButton {
|
| readonly attribute boolean pressed;
|
| - readonly attribute float value;
|
| + readonly attribute double value;
|
| };
|
|
|