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

Unified Diff: lib/html/scripts/generator.py

Issue 10933071: Map any to ScriptValue. (Closed) Base URL: https://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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/scripts/generator.py
diff --git a/lib/html/scripts/generator.py b/lib/html/scripts/generator.py
index 8a3d81da48bc2d3cecd6f02c43be5c2683767a91..99bf5af887730331de4eea91ae01a65a936d2da6 100644
--- a/lib/html/scripts/generator.py
+++ b/lib/html/scripts/generator.py
@@ -773,7 +773,7 @@ _idl_type_registry = {
'float': TypeData(clazz='Primitive', dart_type='num', native_type='double'),
'double': TypeData(clazz='Primitive', dart_type='num'),
- 'any': TypeData(clazz='Primitive', dart_type='Object'),
+ 'any': TypeData(clazz='Primitive', dart_type='Object', native_type='ScriptValue'),
'Array': TypeData(clazz='Primitive', dart_type='List'),
'custom': TypeData(clazz='Primitive', dart_type='Dynamic'),
'Date': TypeData(clazz='Primitive', dart_type='Date', native_type='double'),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698