Index: modules/gamepad/NavigatorGamepad.idl |
diff --git a/modules/gamepad/NavigatorGamepad.idl b/modules/gamepad/NavigatorGamepad.idl |
index 81b1f29ce338eef913e161eec985b1730a69efd2..a854d7938b029898206a8ac0fd03b2cc0a039921 100644 |
--- a/modules/gamepad/NavigatorGamepad.idl |
+++ b/modules/gamepad/NavigatorGamepad.idl |
@@ -17,9 +17,6 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-[ |
- RuntimeEnabled=Gamepad, |
-] partial interface Navigator { |
- [DeprecateAs=PrefixedGamepad] WebKitGamepadList webkitGetGamepads(); |
+partial interface Navigator { |
GamepadList getGamepads(); |
}; |