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

Unified Diff: pkg/front_end/lib/src/fasta/fasta_codes_generated.dart

Issue 3005573002: Revert "Remove check for scheme in source-loader." (Closed)
Patch Set: Created 3 years, 4 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 | pkg/front_end/lib/src/fasta/source/source_loader.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/fasta_codes_generated.dart
diff --git a/pkg/front_end/lib/src/fasta/fasta_codes_generated.dart b/pkg/front_end/lib/src/fasta/fasta_codes_generated.dart
index fd08b3f03d43986737a5ffa959c415413ba6412e..8a24755eb08f88ccfb22263f330151bd626f03dc 100644
--- a/pkg/front_end/lib/src/fasta/fasta_codes_generated.dart
+++ b/pkg/front_end/lib/src/fasta/fasta_codes_generated.dart
@@ -1669,27 +1669,6 @@ Message _withArgumentsInternalProblemUnsupported(String name) {
arguments: {'name': name});
}
-// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
-const Template<Message Function(Uri uri_)>
- templateInternalProblemUriMissingScheme =
- const Template<Message Function(Uri uri_)>(
- messageTemplate: r"""The URI '#uri' has no scheme.""",
- withArguments: _withArgumentsInternalProblemUriMissingScheme);
-
-// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
-const Code<Message Function(Uri uri_)> codeInternalProblemUriMissingScheme =
- const Code<Message Function(Uri uri_)>(
- "InternalProblemUriMissingScheme",
- templateInternalProblemUriMissingScheme,
-);
-
-// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
-Message _withArgumentsInternalProblemUriMissingScheme(Uri uri_) {
- String uri = relativizeUri(uri_);
- return new Message(codeInternalProblemUriMissingScheme,
- message: """The URI '$uri' has no scheme.""", arguments: {'uri': uri_});
-}
-
// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
const Template<Message Function(String string)>
templateInternalVerificationError =
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/source/source_loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698