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

Unified Diff: frog/leg/scanner/token.dart

Issue 8952006: Fix factories in Frog to correspond to the new syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merged, and update test status 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 | « frog/await/transformation.dart ('k') | frog/leg/util/link.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/scanner/token.dart
diff --git a/frog/leg/scanner/token.dart b/frog/leg/scanner/token.dart
index 950666106d7f43b9708408644462c84d4c36a248..a0bfb06cf9f5b186a7a0ea46d51c3bb4135a6aba 100644
--- a/frog/leg/scanner/token.dart
+++ b/frog/leg/scanner/token.dart
@@ -88,7 +88,7 @@ class StringToken extends Token {
String toString() => value.toString();
}
-interface SourceString extends Hashable factory StringWrapper {
+interface SourceString extends Hashable default StringWrapper {
const SourceString(String string);
void printOn(StringBuffer sb);
« no previous file with comments | « frog/await/transformation.dart ('k') | frog/leg/util/link.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698