| Index: client/html/release/html.dart
|
| diff --git a/client/html/release/html.dart b/client/html/release/html.dart
|
| index 115221ac18e8144dc63c61061a39fe6219674208..0f8dda77756821f55120e92a7497612e22c9f280 100644
|
| --- a/client/html/release/html.dart
|
| +++ b/client/html/release/html.dart
|
| @@ -11438,6 +11438,10 @@ interface DOMApplicationCache extends EventTarget {
|
|
|
| interface ElementList extends List<Element> {
|
| // TODO(jacobr): add element batch manipulation methods.
|
| + ElementList filter(bool f(Element element));
|
| +
|
| + ElementList getRange(int start, int length);
|
| +
|
| Element get first();
|
| // TODO(jacobr): add insertAt
|
| }
|
|
|