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

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: 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
Index: lib/dom/scripts/systemhtml.py
diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
index a9e4a349f528dab6fc664783c8954cf3b8c14500..f5677a9ca736ce0e3aa36820ee04672b753a448d 100644
--- a/lib/dom/scripts/systemhtml.py
+++ b/lib/dom/scripts/systemhtml.py
@@ -1281,7 +1281,7 @@ class HtmlDartiumInterfaceGenerator(object):
else:
base = self._ImplClassName(supertype)
- # TODO(jacobr): this is fragile. There isn't a guarantee that dart:dom
+ # 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(

Powered by Google App Engine
This is Rietveld 408576698