Index: sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart |
index bdd5d23cf1c2ddad553351e4426e0b38fa3a17e1..f8243c5ad5fb0a1cc47e6577118616d75c8a11ba 100644 |
--- a/sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart |
+++ b/sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart |
@@ -114,7 +114,7 @@ class _MatchImplementation implements Match { |
} |
} |
-class _AllMatchesIterable extends Iterable<Match> { |
+class _AllMatchesIterable extends IterableBase<Match> { |
final JSSyntaxRegExp _re; |
final String _str; |