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

Unified Diff: utils/apidoc/mdn/extract.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 | « utils/apidoc/html_diff_dump.dart ('k') | utils/tip/froggertest.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/mdn/extract.dart
diff --git a/utils/apidoc/mdn/extract.dart b/utils/apidoc/mdn/extract.dart
index 693356afc1d6fcffbd2d4602af9feeb3efd061b0..843a5b0edd57434a23ca22efc9a98370e0a3a3f3 100644
--- a/utils/apidoc/mdn/extract.dart
+++ b/utils/apidoc/mdn/extract.dart
@@ -1,5 +1,5 @@
#import ("dart:html");
-#import ("dart:dom", prefix:"dom");
+#import ("dart:dom_deprecated", prefix:"dom");
#import ("dart:json");
// Workaround for HTML lib missing feature.
« no previous file with comments | « utils/apidoc/html_diff_dump.dart ('k') | utils/tip/froggertest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698