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

Unified Diff: dart/sdk/lib/_internal/compiler/js_lib/js_names.dart

Issue 803543002: Resolve libraries against their canonical URI. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r42358. Created 6 years 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 | « dart/sdk/lib/_internal/compiler/js_lib/js_mirrors.dart ('k') | dart/sdk/lib/_internal/libraries.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/_internal/compiler/js_lib/js_names.dart
diff --git a/dart/sdk/lib/_internal/compiler/js_lib/js_names.dart b/dart/sdk/lib/_internal/compiler/js_lib/js_names.dart
index f30edfdf7aa22733eccc953f54c2c527122e2b4a..3933e787245a3b25727d7a977dd0d5c52a1b49bb 100644
--- a/dart/sdk/lib/_internal/compiler/js_lib/js_names.dart
+++ b/dart/sdk/lib/_internal/compiler/js_lib/js_names.dart
@@ -4,7 +4,7 @@
library dart._js_names;
-import 'shared/embedded_names.dart' show
+import 'dart:_js_embedded_names' show
MANGLED_GLOBAL_NAMES,
MANGLED_NAMES;
« no previous file with comments | « dart/sdk/lib/_internal/compiler/js_lib/js_mirrors.dart ('k') | dart/sdk/lib/_internal/libraries.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698