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

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

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/dom/scripts/generator.py ('k') | lib/dom/templates/dom/native/dom_impl.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/systemhtml.py
diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
index 034347469e678131c27e89e682ba0cbfa8adff7d..24dae45acaf688f1b9dc8a8cca641f6f7575e552 100644
--- a/lib/dom/scripts/systemhtml.py
+++ b/lib/dom/scripts/systemhtml.py
@@ -1281,8 +1281,9 @@ class HtmlDartiumInterfaceGenerator(object):
else:
base = self._ImplClassName(supertype)
- # TODO(jacobr): this is fragile. There isn't a guarantee that dart:dom
- # will continue to exactly match the IDL names.
+ # TODO(jacobr): this is fragile. There isn't a guarantee that
+ # dart:dom_deprecated will continue to exactly match the IDL
+ # names.
dom_name = interface.javascript_binding_name
self._system._wrap_cases.append(
" case '%s': return new %s._wrap(domObject);" %
« no previous file with comments | « lib/dom/scripts/generator.py ('k') | lib/dom/templates/dom/native/dom_impl.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698