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

Unified Diff: runtime/bin/builtin.dart

Issue 1268313002: - Implement loading of .packages files from http. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | runtime/bin/vmservice/loader.dart » ('j') | runtime/bin/vmservice/loader.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin.dart
diff --git a/runtime/bin/builtin.dart b/runtime/bin/builtin.dart
index 5705c59a6aeea1d826a5b94fecf5daca8002f427..d678665b89917dd242a11cb98baf27972c612500 100644
--- a/runtime/bin/builtin.dart
+++ b/runtime/bin/builtin.dart
@@ -528,7 +528,7 @@ void _asyncLoadError(_LoadRequest req, _LoadError error, StackTrace stack) {
Completer c = req._context;
c.completeError(error, stack);
} else {
- Uri libraryUri = req._context;
+ String libraryUri = req._context;
if (req._tag == _Dart_kImportTag) {
// When importing a library, the libraryUri is the imported
// uri.
« no previous file with comments | « no previous file | runtime/bin/vmservice/loader.dart » ('j') | runtime/bin/vmservice/loader.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698