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

Unified Diff: lib/dom/scripts/generator.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/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

Powered by Google App Engine
This is Rietveld 408576698