Chromium Code Reviews| Index: lib/html/src/_Collections.dart |
| diff --git a/lib/html/src/_Collections.dart b/lib/html/src/_Collections.dart |
| index 9096fc6b2dcc2f80a244840103dbf0bf117385ff..eb9749442b7e75d48ae99d268b9bac00ded98894 100644 |
| --- a/lib/html/src/_Collections.dart |
| +++ b/lib/html/src/_Collections.dart |
| @@ -54,6 +54,6 @@ class _Collections { |
| } |
| static bool isEmpty(Iterable<Object> iterable) { |
| - return !iterable.iterator().hasNext(); |
| + return !iterable.iterator().hasNext; |
| } |
| } |