Chromium Code Reviews| Index: client/html/generated/html/frog/HTMLAllCollection.dart |
| diff --git a/client/html/generated/html/frog/HTMLAllCollection.dart b/client/html/generated/html/frog/HTMLAllCollection.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1c926e3ac2b7bebaf1ecf2db0935a00e16c2428e |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/HTMLAllCollection.dart |
| @@ -0,0 +1,11 @@ |
| + |
| +class _HTMLAllCollectionJs implements HTMLAllCollection native "*HTMLAllCollection" { |
| + |
| + final int length; |
| + |
| + _NodeJs item(int index) native; |
| + |
| + _NodeJs namedItem(String name) native; |
| + |
| + _NodeListJs tags(String name) native; |
| +} |