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

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

Issue 10973008: Use translated package url in compiler messages and source maps. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/apiimpl.dart
diff --git a/lib/compiler/implementation/apiimpl.dart b/lib/compiler/implementation/apiimpl.dart
index bc16bdb76f80583d5f9cc2d1fe8dedd8defa2d8a..30e498925241261a4494475595f90dde6ada870c 100644
--- a/lib/compiler/implementation/apiimpl.dart
+++ b/lib/compiler/implementation/apiimpl.dart
@@ -90,7 +90,7 @@ class Compiler extends leg.Compiler {
throw new leg.CompilerCancelledException("$exception");
}
}
- SourceFile sourceFile = new SourceFile(uri.toString(), text);
+ SourceFile sourceFile = new SourceFile(translated.toString(), text);
return new leg.Script(uri, sourceFile);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698