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

Unified Diff: sdk/lib/_internal/compiler/implementation/dart_backend/emitter.dart

Issue 11967010: Internal libraries supported. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update MockCompiler Created 7 years, 11 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: sdk/lib/_internal/compiler/implementation/dart_backend/emitter.dart
diff --git a/sdk/lib/_internal/compiler/implementation/dart_backend/emitter.dart b/sdk/lib/_internal/compiler/implementation/dart_backend/emitter.dart
index 4cf87767503c9901ebaa5be77a79f5b65ad91aa1..c074af482f343c7ca96b355a34f65118c4c0f5f4 100644
--- a/sdk/lib/_internal/compiler/implementation/dart_backend/emitter.dart
+++ b/sdk/lib/_internal/compiler/implementation/dart_backend/emitter.dart
@@ -10,7 +10,7 @@ String emitCode(
Collection<Node> topLevelNodes,
Map<ClassNode, Collection<Node>> classMembers) {
imports.forEach((libraryElement, prefix) {
- unparser.unparseImportTag('${libraryElement.uri}', prefix);
+ unparser.unparseImportTag('${libraryElement.canonicalUri}', prefix);
});
for (final node in topLevelNodes) {

Powered by Google App Engine
This is Rietveld 408576698