| Index: tests/html/svgelement_test.dart
|
| diff --git a/tests/html/svgelement_test.dart b/tests/html/svgelement_test.dart
|
| index a2dec521b2fb38d4abe8a7ea6dc8976ad02f0911..c5134cf8c93ebbb66f89b7a3ad9f48c2aa46a1af 100644
|
| --- a/tests/html/svgelement_test.dart
|
| +++ b/tests/html/svgelement_test.dart
|
| @@ -15,7 +15,7 @@ main() {
|
| var isSvgSvgElement =
|
| predicate((x) => x is svg.SvgSvgElement, 'is a SvgSvgElement');
|
|
|
| - Collection<String> _nodeStrings(Collection<Node> input) {
|
| + List<String> _nodeStrings(Iterable<Node> input) {
|
| final out = new List<String>();
|
| for (Node n in input) {
|
| if (n is Element) {
|
|
|