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

Unified Diff: lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate

Issue 10826023: Change #library("dom") to #library("dart:dom_deprecated") . (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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/dom.dart ('k') | lib/dom/templates/dom/dummy/dom_dummy.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate
===================================================================
--- lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate (revision 9909)
+++ lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate (working copy)
@@ -5,7 +5,7 @@
// DO NOT EDIT
// Auto-generated Dart DOM library.
-#library("dom");
+#library("dart:dom_deprecated");
$!GENERATED_DART_FILES
#source('../src/EventListener.dart');
« no previous file with comments | « lib/dom/dom.dart ('k') | lib/dom/templates/dom/dummy/dom_dummy.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698