Chromium Code Reviews| 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)); |
| } |
| } |