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

Unified Diff: lib/html/idl/dart/dart.idl

Issue 10957066: Reapply 12799. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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') | lib/html/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/idl/dart/dart.idl
===================================================================
--- lib/html/idl/dart/dart.idl (revision 12802)
+++ lib/html/idl/dart/dart.idl (working copy)
@@ -16,7 +16,6 @@
GamepadList implements sequence<Gamepad>;
HTMLAllCollection implements sequence<Node>; // namedItem and tags
HTMLCollection implements sequence<Node>; // namedItem
- MediaList implements sequence<DOMString>;
MediaStreamList implements sequence<MediaStream>;
NamedNodeMap implements sequence<Node>;
NodeList implements sequence<Node>;
@@ -65,6 +64,7 @@
//DataTransferItemList implements sequence<DataTransferItem>; mutable
//DOMTokenList implements sequence<DOMString>; mutable
//DOMSettableTokenList implements sequence<DOMString>; mutable
+ //MediaList implements sequence<DOMString>;
// Additional methods: has event listener and mutable
//MediaStreamTrackList implements sequence<MediaStreamTrack>;
//WebKitAnimationList implements sequence<WebKitAnimation>;
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | lib/html/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698