| 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);" %
|
|
|