| Index: lib/html/scripts/generator.py
|
| ===================================================================
|
| --- lib/html/scripts/generator.py (revision 13197)
|
| +++ lib/html/scripts/generator.py (working copy)
|
| @@ -879,6 +879,8 @@
|
| 'sequence': TypeData(clazz='Primitive', dart_type='List'),
|
| 'void': TypeData(clazz='Primitive', dart_type='void'),
|
|
|
| + 'WebKitAnimationList': TypeData(clazz='Interface',
|
| + dart_type='List<Animation>', suppress_public_interface=True),
|
| 'ClientRectList': TypeData(clazz='Interface', dart_type='List<ClientRect>',
|
| suppress_public_interface=True),
|
| 'CSSRuleList': TypeData(clazz='Interface', dart_type='List<CSSRule>',
|
|
|