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

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

Issue 196503004: Share Gamepad and WebKitGamepad implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Compiles and links Created 6 years, 9 months 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/GamepadList.idl
diff --git a/Source/modules/gamepad/GamepadList.idl b/Source/modules/gamepad/GamepadList.idl
index 70ebf4e0c606e511475c60b010330ec6d45c0cad..3046ad935d4bcebb42bdfc98b8ed31f8421a5a89 100644
--- a/Source/modules/gamepad/GamepadList.idl
+++ b/Source/modules/gamepad/GamepadList.idl
@@ -24,8 +24,8 @@
*/
[
- WillBeGarbageCollected,
NoInterfaceObject,
+ WillBeGarbageCollected,
] interface GamepadList {
readonly attribute unsigned long length;
getter Gamepad item([Default=Undefined] optional unsigned long index);

Powered by Google App Engine
This is Rietveld 408576698