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

Unified Diff: lib/dom/scripts/dartgenerator.py

Issue 10800104: Convert DOM and HTML frog to dart2js. (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/scripts/dartdomgenerator.py ('k') | lib/dom/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/dartgenerator.py
===================================================================
--- lib/dom/scripts/dartgenerator.py (revision 9862)
+++ lib/dom/scripts/dartgenerator.py (working copy)
@@ -202,7 +202,7 @@
interfaces.append(interface)
# TODO(sra): Use this list of exception names to generate information to
- # tell Frog which exceptions can be passed from JS to Dart code.
+ # tell dart2js which exceptions can be passed from JS to Dart code.
exceptions = self._CollectExceptions(interfaces)
super_map = dict((v, k) for k, v in webkit_renames.iteritems())
« no previous file with comments | « lib/dom/scripts/dartdomgenerator.py ('k') | lib/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698