Chromium Code Reviews| Index: trunk/Source/modules/gamepad/GamepadButton.idl |
| =================================================================== |
| --- trunk/Source/modules/gamepad/GamepadButton.idl (revision 174432) |
| +++ trunk/Source/modules/gamepad/GamepadButton.idl (working copy) |
| @@ -7,5 +7,5 @@ |
| GarbageCollected, |
| ] interface GamepadButton { |
| readonly attribute boolean pressed; |
| - readonly attribute double value; |
| + readonly attribute float value; |
| }; |