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

Unified Diff: core/dom/Iterator.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 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 | « core/dom/Element.idl ('k') | core/dom/MutationObserver.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/Iterator.idl
diff --git a/modules/gamepad/GamepadButton.idl b/core/dom/Iterator.idl
similarity index 66%
copy from modules/gamepad/GamepadButton.idl
copy to core/dom/Iterator.idl
index 19d88ce77cdc808153c4250e1203526586640e01..87027c5bdac9d26ac0404df9ed40c057f021eb1b 100644
--- a/modules/gamepad/GamepadButton.idl
+++ b/core/dom/Iterator.idl
@@ -3,9 +3,9 @@
// found in the LICENSE file.
[
- NoInterfaceObject,
+ Iterable,
GarbageCollected,
-] interface GamepadButton {
- readonly attribute boolean pressed;
- readonly attribute double value;
+ NoInterfaceObject,
+] interface Iterator {
+ [CallWith=ScriptState, RaisesException] any next(optional any value);
};
« no previous file with comments | « core/dom/Element.idl ('k') | core/dom/MutationObserver.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698