| 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);
|
| }
|
|
|
|
|