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

Unified Diff: tools/dom/scripts/generator.py

Issue 2884813002: html: AudoTrackList is a List (Closed)
Patch Set: Created 3 years, 7 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/generator.py
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
index 0f27089118253e54c117ecd741e4e524327d3f2e..b8c3237e55b961809148e7b65886e9eba66ba614 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -1492,6 +1492,8 @@ _idl_type_registry = monitored.Dict('generator._idl_type_registry', {
'StyleSheet': TypeData(clazz='Interface', conversion_includes=['CSSStyleSheet']),
'SVGElement': TypeData(clazz='Interface', custom_to_dart=True),
+ 'AudioTrackList': TypeData(clazz='Interface', item_type='AudioTrack',
+ suppress_interface=False, dart_type='List<AudioTrack>'),
'ClientRectList': TypeData(clazz='Interface',
item_type='ClientRect', dart_type='List<Rectangle>',
suppress_interface=True),
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698