Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1326)

Unified Diff: Source/modules/gamepad/NavigatorGamepad.idl

Issue 808643005: Sync Navigator.getGamepads() with the spec Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/gamepad/NavigatorGamepad.idl
diff --git a/Source/modules/gamepad/NavigatorGamepad.idl b/Source/modules/gamepad/NavigatorGamepad.idl
index 74fc98db701f0cb5b62df484bdd65c16911dc019..edc926f5daaac24bd319e88725886f71fa329d9f 100644
--- a/Source/modules/gamepad/NavigatorGamepad.idl
+++ b/Source/modules/gamepad/NavigatorGamepad.idl
@@ -19,5 +19,5 @@
partial interface Navigator {
[DeprecateAs=PrefixedGamepad] WebKitGamepadList webkitGetGamepads();
- GamepadList getGamepads();
+ Gamepad[] getGamepads();
};

Powered by Google App Engine
This is Rietveld 408576698