Chromium Code Reviews| Index: Source/modules/gamepad/NavigatorGamepad.idl |
| diff --git a/Source/modules/gamepad/NavigatorGamepad.idl b/Source/modules/gamepad/NavigatorGamepad.idl |
| index a9948c80c719a9471ac4075b378864892474299a..a2682b327c55888df530cfb52fe855550f4ba54d 100644 |
| --- a/Source/modules/gamepad/NavigatorGamepad.idl |
| +++ b/Source/modules/gamepad/NavigatorGamepad.idl |
| @@ -20,5 +20,7 @@ |
| [ |
| RuntimeEnabled=Gamepad, |
| ] partial interface Navigator { |
| - GamepadList webkitGetGamepads(); |
| + [DeprecateAs=PrefixedGamepad] |
|
Inactive
2014/03/06 02:54:00
nit: I believe we usually put the extended attribu
|
| + WebKitGamepadList webkitGetGamepads(); |
| + GamepadList getGamepads(); |
| }; |