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( |