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

Unified Diff: lib/compiler/implementation/dart2js.dart

Issue 10918047: First corelib cleanup patch after unification. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove bogus comment. Created 8 years, 3 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: lib/compiler/implementation/dart2js.dart
diff --git a/lib/compiler/implementation/dart2js.dart b/lib/compiler/implementation/dart2js.dart
index a91a427d916020155dd1a452387802892500108e..c427d5c27e2a256e7ad29f2270a3a1f9b3f86e70 100644
--- a/lib/compiler/implementation/dart2js.dart
+++ b/lib/compiler/implementation/dart2js.dart
@@ -226,8 +226,7 @@ void compile(List<String> argv) {
print(color(message));
} else if (fatal || showWarnings) {
SourceFile file = sourceFiles[uri.toString()];
- print(file.getLocationMessage(color(message), begin, end, true,
- color));
+ print(file.getLocationMessage(color(message), begin, end, true, color));
}
if (fatal && throwOnError) {
isAborting = true;

Powered by Google App Engine
This is Rietveld 408576698