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

Unified Diff: frog/reader.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 | « frog/file_system_dom.dart ('k') | frog/tests/canvastest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/reader.dart
diff --git a/frog/reader.dart b/frog/reader.dart
index f6f89a98b34ab2fe93bf9e80bda193c2ea22df65..166f721ef376478b5366df0c69084d50cfdbf7d1 100644
--- a/frog/reader.dart
+++ b/frog/reader.dart
@@ -15,7 +15,7 @@ class LibraryReader {
'dart:coreimpl': joinPaths(options.libDir, 'corelib_impl.dart'),
'dart:html': joinPaths(options.libDir,
'../../lib/html/frog/html_frog.dart'),
- 'dart:dom': joinPaths(options.libDir,
+ 'dart:dom_deprecated': joinPaths(options.libDir,
'../../lib/dom/frog/dom_frog.dart'),
'dart:json': joinPaths(options.libDir, '../../lib/json/json_frog.dart'),
'dart:io': joinPaths(options.libDir,
@@ -31,7 +31,7 @@ class LibraryReader {
'dart:coreimpl': joinPaths(options.libDir,
'coreimpl/coreimpl_frog.dart'),
'dart:html': joinPaths(options.libDir, 'html/html_frog.dart'),
- 'dart:dom': joinPaths(options.libDir, 'dom/dom_frog.dart'),
+ 'dart:dom_deprecated': joinPaths(options.libDir, 'dom/dom_frog.dart'),
// TODO(rnystrom): How should we handle dart:io here?
'dart:isolate': joinPaths(options.libDir, 'isolate/isolate_frog.dart'),
'dart:json': joinPaths(options.libDir, 'json/json_frog.dart'),
« no previous file with comments | « frog/file_system_dom.dart ('k') | frog/tests/canvastest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698