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

Unified Diff: pkg/compiler/lib/src/apiimpl.dart

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: update status Created 3 years, 5 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
Index: pkg/compiler/lib/src/apiimpl.dart
diff --git a/pkg/compiler/lib/src/apiimpl.dart b/pkg/compiler/lib/src/apiimpl.dart
index 1620fda6cfb0d8f377bd46f2a1167c860098bf98..c951790dcb67c7c178c15d721f4cf79d256caf29 100644
--- a/pkg/compiler/lib/src/apiimpl.dart
+++ b/pkg/compiler/lib/src/apiimpl.dart
@@ -139,7 +139,7 @@ class CompilerImpl extends Compiler {
if (!resourceUri.isAbsolute) {
if (node == null) node = NO_LOCATION_SPANNABLE;
reporter.internalError(
- node, 'Relative uri $resourceUri provided to readScript(Uri).');
+ node, 'Relative uri $resourceUri provided to readBinary(Uri).');
}
// We need to store the current element since we are reporting read errors
« no previous file with comments | « no previous file | pkg/compiler/lib/src/commandline_options.dart » ('j') | pkg/compiler/lib/src/kernel/front_end_adapter.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698