| Index: client/dom/scripts/dartgenerator.py
|
| diff --git a/client/dom/scripts/dartgenerator.py b/client/dom/scripts/dartgenerator.py
|
| index 9a11f9a1382fde6d4e91f3eb8041a5c028e5c4d4..70bd372c4d6bc63d663ea00f4a7381096f760066 100755
|
| --- a/client/dom/scripts/dartgenerator.py
|
| +++ b/client/dom/scripts/dartgenerator.py
|
| @@ -22,6 +22,7 @@ _idl_to_dart_type_conversions = {
|
| 'boolean': 'bool',
|
| 'DOMObject': 'Object',
|
| 'DOMString': 'String',
|
| + 'DOMStringList': 'List<String>',
|
| 'DOMTimeStamp': 'int',
|
| 'Date': 'Date',
|
| # Map to num to enable callers to pass in Dart int, rational
|
|
|