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

Unified Diff: sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart

Issue 617433002: Fix pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart
diff --git a/sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart b/sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart
index 5fd7fc17d68c0207a0d0567f25a39211b0b48842..ec49eff615d13dd704beb463ff5bd6d2b05d5b76 100644
--- a/sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart
+++ b/sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart
@@ -360,7 +360,7 @@ class _BarbackCompilerProvider implements dart.CompilerProvider {
// itself.
logFn('$uri: $message');
} else {
- logFn(file.getLocationMessage(message, begin, end, true, (i) => i));
Johnni Winther 2014/09/29 13:01:24 Edited by hand. Running sdk/bin/pub.bat didn't gen
Johnni Winther 2014/09/29 13:02:55 Wrong source position. Disregard.
Bob Nystrom 2014/09/29 15:49:13 I'm guessing this is to catch up to a change in da
Johnni Winther 2014/09/30 07:20:43 Yes. I made the change recently. I think method wa
Johnni Winther 2014/09/30 07:25:35 Disregard the last comment. I (as always) overlook
+ logFn(file.getLocationMessage(message, begin, end));
}
}

Powered by Google App Engine
This is Rietveld 408576698