Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1635)

Unified Diff: corelib/src/regexp.dart

Issue 8989015: Updates the corelib to the new default specification for interfaces and new factory syntax (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « corelib/src/queue.dart ('k') | corelib/src/set.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « corelib/src/queue.dart ('k') | corelib/src/set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698