| Index: client/html/release/html.dart
|
| diff --git a/client/html/release/html.dart b/client/html/release/html.dart
|
| index 7cde3370964ea4f173c2e83ae43aa09982283766..115221ac18e8144dc63c61061a39fe6219674208 100644
|
| --- a/client/html/release/html.dart
|
| +++ b/client/html/release/html.dart
|
| @@ -12528,6 +12528,10 @@ interface Node extends EventTarget {
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| interface NodeList extends List<Node> {
|
| + NodeList filter(bool f(Node element));
|
| +
|
| + NodeList getRange(int start, int length);
|
| +
|
| Node get first();
|
| }
|
| // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
|
|