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

Unified Diff: dart/sdk/lib/html/html_common/html_common_dart2js.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/libraries.dart ('k') | dart/tests/compiler/dart2js/library_resolution_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/html/html_common/html_common_dart2js.dart
diff --git a/dart/sdk/lib/html/html_common/html_common_dart2js.dart b/dart/sdk/lib/html/html_common/html_common_dart2js.dart
index 1cd0cb38f5e6f735c9893257d1025a554ad04559..e82300802a7544c3c1c3976f85d47cc2d7e10531 100644
--- a/dart/sdk/lib/html/html_common/html_common_dart2js.dart
+++ b/dart/sdk/lib/html/html_common/html_common_dart2js.dart
@@ -12,8 +12,8 @@ import 'dart:_js_helper' show Creates, Returns;
import 'dart:_foreign_helper' show JS;
import 'dart:_interceptors' show Interceptor, JSExtendableArray;
-import 'metadata.dart';
-export 'metadata.dart';
+import 'dart:_metadata';
+export 'dart:_metadata';
part 'css_class_set.dart';
part 'conversions.dart';
« no previous file with comments | « dart/sdk/lib/_internal/libraries.dart ('k') | dart/tests/compiler/dart2js/library_resolution_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698