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

Unified Diff: lib/compiler/implementation/library_map.dart

Issue 10389097: Move dart:dom to dart:dom_deprecated (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes from review Created 8 years, 7 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 | « lib/compiler/implementation/apiimpl.dart ('k') | lib/compiler/implementation/native_handler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/library_map.dart
diff --git a/lib/compiler/implementation/library_map.dart b/lib/compiler/implementation/library_map.dart
index beaa171eb0580984f0461aabcbb181003e0b9b3e..899cf4734d24ab9bd307f49f60299ddb0e77ccaa 100644
--- a/lib/compiler/implementation/library_map.dart
+++ b/lib/compiler/implementation/library_map.dart
@@ -15,7 +15,7 @@ final Map<String,String> DART2JS_LIBRARY_MAP = const <String> {
"coreimpl": "lib/compiler/implementation/lib/coreimpl.dart",
"_js_helper": "lib/compiler/implementation/lib/js_helper.dart",
"_interceptors": "lib/compiler/implementation/lib/interceptors.dart",
- "dom": "lib/dom/frog/dom_frog.dart",
+ "dom_deprecated": "lib/dom/frog/dom_frog.dart",
"html": "lib/html/frog/html_frog.dart",
"io": "lib/compiler/implementation/lib/io.dart",
"isolate": "lib/isolate/isolate_leg.dart",
« no previous file with comments | « lib/compiler/implementation/apiimpl.dart ('k') | lib/compiler/implementation/native_handler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698