Index: lib/dom/scripts/generator.py |
diff --git a/lib/dom/scripts/generator.py b/lib/dom/scripts/generator.py |
index cb7adfdab98cca1ab7dfe672cec221e32620121f..1469d3f8c58042f7286e7f2503b773e97a070283 100644 |
--- a/lib/dom/scripts/generator.py |
+++ b/lib/dom/scripts/generator.py |
@@ -68,7 +68,7 @@ _frog_dom_custom_native_specs = { |
# |
# Custom native bodies for frog implementations of dom operations that appear in |
-# dart:dom and dart:html. This is used to work-around the lack of a 'rename' |
+# dart:dom_deprecated and dart:html. This is used to work-around the lack of a 'rename' |
# feature in the 'native' string - the correct name is available on the DartName |
# extended attribute. See Issue 1814 |
# |
@@ -118,7 +118,7 @@ def MakeNativeSpec(javascript_binding_name): |
else: |
# Make the class 'hidden' so it is dynamically patched at runtime. This |
# is useful not only for browser compat, but to allow code that links |
- # against dart:dom to load in a worker isolate. |
+ # against dart:dom_deprecated to load in a worker isolate. |
return '*' + javascript_binding_name |