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

Unified Diff: third_party/WebCore/Modules/gamepad/NavigatorGamepad.idl

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | third_party/WebCore/Modules/indexeddb/IDBDatabase.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/Modules/gamepad/NavigatorGamepad.idl
diff --git a/third_party/WebCore/Modules/gamepad/NavigatorGamepad.idl b/third_party/WebCore/Modules/gamepad/NavigatorGamepad.idl
index e8a945db6d8b46b9435dc4b4911eec9c982cf799..3e4985b4e2484dba4110ca6e46e816ac41d2f2e4 100644
--- a/third_party/WebCore/Modules/gamepad/NavigatorGamepad.idl
+++ b/third_party/WebCore/Modules/gamepad/NavigatorGamepad.idl
@@ -23,7 +23,7 @@ module window {
Conditional=GAMEPAD,
Supplemental=Navigator
] NavigatorGamepad {
- readonly attribute [V8EnabledAtRuntime] GamepadList webkitGamepads;
+ [V8EnabledAtRuntime] GamepadList webkitGetGamepads();
};
}
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | third_party/WebCore/Modules/indexeddb/IDBDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698