| Index: pkg/compiler/lib/src/elements/modelx.dart
|
| diff --git a/pkg/compiler/lib/src/elements/modelx.dart b/pkg/compiler/lib/src/elements/modelx.dart
|
| index cf96f4e3ebefd2be3fa6bc5641a039a4e4864a40..078fa87990975e8e776570f88d7435cfaa436977 100644
|
| --- a/pkg/compiler/lib/src/elements/modelx.dart
|
| +++ b/pkg/compiler/lib/src/elements/modelx.dart
|
| @@ -114,7 +114,7 @@ abstract class ElementX extends Element with ElementCommon {
|
|
|
| SourceSpan get sourcePosition {
|
| if (position == null) return null;
|
| - Uri uri = compilationUnit.script.readableUri;
|
| + Uri uri = compilationUnit.script.resourceUri;
|
| return new SourceSpan(
|
| uri, position.charOffset, position.charOffset + position.charCount);
|
| }
|
|
|