| Index: client/dom/scripts/dartgenerator.py
|
| diff --git a/client/dom/scripts/dartgenerator.py b/client/dom/scripts/dartgenerator.py
|
| index 70bd372c4d6bc63d663ea00f4a7381096f760066..7d3d3692937e6d7085ac14536c1da94d843038f0 100755
|
| --- a/client/dom/scripts/dartgenerator.py
|
| +++ b/client/dom/scripts/dartgenerator.py
|
| @@ -39,6 +39,7 @@ _idl_to_dart_type_conversions = {
|
| 'short': 'int',
|
| 'string': 'String',
|
| 'void': 'void',
|
| + 'Array': 'List',
|
| 'sequence': 'List',
|
| # TODO(vsm): We need to support other types. We could weaken to
|
| # Object, or inject SSV into the appropriate types.
|
|
|