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

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

Issue 384973005: Fix allow DOMRectList as well as ClientRectList. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « sdk/lib/html/dart2js/html_dart2js.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 43ca17f8cc3e44de0164ebe19785a3f69e2fdfa9..14c98a61528f9af906728f239c0b5d8b3dbbfa26 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -113,6 +113,7 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
'ChannelSplitterNode': 'ChannelSplitterNode,AudioChannelSplitter',
'ClientRect': 'ClientRect,DOMRect',
+ 'ClientRectList': 'ClientRectList,DOMRectList',
'CSSStyleDeclaration':
# IE Firefox
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698