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

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

Issue 2911903002: Use relative URIs for core library part-of statements. (Closed)
Patch Set: Fix warnings in web-sockets tests, typo in fasta. Created 3 years, 6 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 | sdk/lib/_internal/js_runtime/lib/annotations.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/source/source_library_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
index 3ed4f7f9ff91d6620f17aa6dc7b6f30b6a84522c..a21b00c8c8d86f4abd710dbd7bb3bd19c64492a6 100644
--- a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
+++ b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
@@ -423,7 +423,7 @@ abstract class SourceLibraryBuilder<T extends TypeBuilder, R>
String myName = name == null ? "'$uri'" : "'${name}' ($uri)";
addWarning(
-1,
- "Using '${part.fileUri}' as part of '$myName' but it's 'part of'"
+ "Using '${part.fileUri}' as part of '$myName' but its 'part of'"
" declaration says '$partName'.");
// The part is still included.
}
« no previous file with comments | « no previous file | sdk/lib/_internal/js_runtime/lib/annotations.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698