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

Unified Diff: frog/leg/warnings.dart

Issue 9271037: Inserted string validation as separate task in compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments. Created 8 years, 11 months 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
Index: frog/leg/warnings.dart
diff --git a/frog/leg/warnings.dart b/frog/leg/warnings.dart
index e0e02c9d62a43a8ee845d4f9d2ed9a3d6b3a03bf..49abf27b59603e6df0378bb6b6c25cd5b95fe054 100644
--- a/frog/leg/warnings.dart
+++ b/frog/leg/warnings.dart
@@ -142,5 +142,5 @@ class CompileTimeConstantError {
CompileTimeConstantError.message(this.message);
CompileTimeConstantError(MessageKind kind, List<Type> arguments)
: message = new Message(kind, arguments);
- String toString() => message.toString();
+ String toString() => message.toString();
}

Powered by Google App Engine
This is Rietveld 408576698