Chromium Code Reviews| Index: corelib/src/regexp.dart |
| =================================================================== |
| --- corelib/src/regexp.dart (revision 2395) |
| +++ corelib/src/regexp.dart (working copy) |
| @@ -89,7 +89,7 @@ |
| * 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 |