| Index: corelib/src/regexp.dart
|
| diff --git a/corelib/src/regexp.dart b/corelib/src/regexp.dart
|
| index 495962183cae0549862ab6dfe3404b23db38077d..bb3bf877d790473da4b1fbb90e04db5686423e5c 100644
|
| --- a/corelib/src/regexp.dart
|
| +++ b/corelib/src/regexp.dart
|
| @@ -89,7 +89,7 @@ interface Match {
|
| * Iterable<Match> matches = exp.allMatches(str);
|
| * :]
|
| */
|
| -interface RegExp extends Pattern factory JSSyntaxRegExp {
|
| +interface RegExp extends Pattern default JSSyntaxRegExp {
|
|
|
| /**
|
| * Constructs a regular expression. The default implementation of a
|
|
|