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

Unified Diff: frog/reader.dart

Issue 8591026: Roll DOM APIs forward on IDL & update Frog DOM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Change window and document to getters Created 9 years, 1 month 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/lib/dom/frog_dom.js ('k') | no next file » | 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 be56b3c878c9d19942a6f3564c8514b08da7e260..e832d50c26dec6caae1ac09b0e08fec597c3afc6 100644
--- a/frog/reader.dart
+++ b/frog/reader.dart
@@ -14,7 +14,8 @@ class LibraryReader {
'dart:coreimpl': joinPaths(options.libDir, 'corelib_impl.dart'),
'dart:html': joinPaths(options.libDir,
'../../client/html/release/html.dart'),
- 'dart:dom': joinPaths(options.libDir, 'dom/dom.dart'),
+ 'dart:dom': joinPaths(options.libDir,
+ '../../client/dom/frog/frog_dom.dart'),
'dart:json': joinPaths(options.libDir, 'json.dart'),
};
}
« no previous file with comments | « frog/lib/dom/frog_dom.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698