| 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 d5aede5f0f741d164e6b6b028ea0ab334743f514..5a6eb171c50dc0031485d941d2e6d215c13a6751 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart
|
| @@ -120,7 +120,7 @@ class _MatchImplementation implements Match {
|
| }
|
| }
|
|
|
| -class _AllMatchesIterable implements Iterable<Match> {
|
| +class _AllMatchesIterable extends Iterable<Match> {
|
| final JSSyntaxRegExp _re;
|
| final String _str;
|
|
|
|
|