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

Unified Diff: pkg/front_end/lib/src/fasta/source/outline_builder.dart

Issue 2715223002: Use the correct URI for diagnostics during outline construction. (Closed)
Patch Set: Created 3 years, 10 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: pkg/front_end/lib/src/fasta/source/outline_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/source/outline_builder.dart b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
index 5d56599c8a8d4c7901f65953308c3c38cd6bc115..6ad8241fc316f4256944aaa3fda1112a19f2bf65 100644
--- a/pkg/front_end/lib/src/fasta/source/outline_builder.dart
+++ b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
@@ -90,7 +90,7 @@ class OutlineBuilder extends UnhandledListener {
isDartLibrary = library.uri.scheme == "dart";
@override
- Uri get uri => library.uri;
+ Uri get uri => library.fileUri;
@override
void endMetadata(Token beginToken, Token periodBeforeName, Token endToken) {
« 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