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