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

Unified Diff: lib/dom/templates/dom/native/dom_impl.darttemplate

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/dom/scripts/systemhtml.py ('k') | lib/dom/templates/dom/native/dom_public.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/dom/native/dom_impl.darttemplate
diff --git a/lib/dom/templates/dom/native/dom_impl.darttemplate b/lib/dom/templates/dom/native/dom_impl.darttemplate
index 4f040edfc92bf3e184c734577da6e017c0219fa9..da15766aed953368c31900a80e7e656f51beb50b 100644
--- a/lib/dom/templates/dom/native/dom_impl.darttemplate
+++ b/lib/dom/templates/dom/native/dom_impl.darttemplate
@@ -7,7 +7,7 @@
#library("DOM Implementation Library");
#import("dart:coreimpl");
-#import("dart:dom");
+#import("dart:dom_deprecated");
#import("dart:isolate");
#import("dart:nativewrappers");
« no previous file with comments | « lib/dom/scripts/systemhtml.py ('k') | lib/dom/templates/dom/native/dom_public.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698