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

Unified Diff: pkg/compiler/lib/src/diagnostics/messages.dart

Issue 2897903003: Support loading binary data in dart2js (Closed)
Patch Set: Updated cf. comments Created 3 years, 7 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 | « pkg/compiler/lib/src/dart2js.dart ('k') | pkg/compiler/lib/src/io/source_file.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/diagnostics/messages.dart
diff --git a/pkg/compiler/lib/src/diagnostics/messages.dart b/pkg/compiler/lib/src/diagnostics/messages.dart
index a750c41d2d09f27222f02d18b4ec7831d8a80ef4..ae2e2b532705d45d04a5ca9cc40ff6320287e6cd 100644
--- a/pkg/compiler/lib/src/diagnostics/messages.dart
+++ b/pkg/compiler/lib/src/diagnostics/messages.dart
@@ -349,7 +349,7 @@ enum MessageKind {
PRIVATE_ACCESS,
PRIVATE_IDENTIFIER,
PRIVATE_NAMED_PARAMETER,
- READ_SCRIPT_ERROR,
+ READ_URI_ERROR,
READ_SELF_ERROR,
REDIRECTING_CONSTRUCTOR_CYCLE,
REDIRECTING_CONSTRUCTOR_HAS_BODY,
@@ -2605,8 +2605,8 @@ main() {}
"""
]),
- MessageKind.READ_SCRIPT_ERROR: const MessageTemplate(
- MessageKind.READ_SCRIPT_ERROR, "Can't read '#{uri}' (#{exception}).",
+ MessageKind.READ_URI_ERROR: const MessageTemplate(
+ MessageKind.READ_URI_ERROR, "Can't read '#{uri}' (#{exception}).",
// Don't know how to fix since the underlying error is unknown.
howToFix: DONT_KNOW_HOW_TO_FIX,
examples: const [
« no previous file with comments | « pkg/compiler/lib/src/dart2js.dart ('k') | pkg/compiler/lib/src/io/source_file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698