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

Unified Diff: lib/html/html_dartium.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/html/dartium/html_dartium.dart ('k') | lib/html/html_frog.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/html_dartium.dart
diff --git a/lib/html/html_dartium.dart b/lib/html/html_dartium.dart
index 3b0b53450c594c138ab2ac5fba896ec550e7ed58..66a9b9bb2f0b583a82b8d52889230a446120a2bd 100644
--- a/lib/html/html_dartium.dart
+++ b/lib/html/html_dartium.dart
@@ -7,7 +7,7 @@
#library("html");
-#import('dart:dom', prefix:'dom');
+#import('dart:dom_deprecated', prefix:'dom');
#source('generated/html/dartium/AbstractWorker.dart');
#source('generated/html/dartium/AnchorElement.dart');
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | lib/html/html_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698