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

Unified Diff: tools/dom/scripts/systemhtml.py

Issue 24084004: Exposing document.createElement (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
« no previous file with comments | « tools/dom/scripts/htmlrenamer.py ('k') | tools/dom/src/shared_SVGFactoryProviders.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index fbe61c34c2a822202521cbe6e751bea2dc8e4667..40c75d0cc3eb78f5ff2d133ffa97f1347fe187c2 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -295,11 +295,11 @@ _element_constructors = {
_factory_ctr_strings = {
'html': {
'provider_name': 'document',
- 'constructor_name': '$dom_createElement'
+ 'constructor_name': 'createElement'
},
'indexed_db': {
'provider_name': 'document',
- 'constructor_name': '$dom_createElement'
+ 'constructor_name': 'createElement'
},
'svg': {
'provider_name': '_SvgElementFactoryProvider',
@@ -307,19 +307,19 @@ _factory_ctr_strings = {
},
'typed_data': {
'provider_name': 'document',
- 'constructor_name': '$dom_createElement'
+ 'constructor_name': 'createElement'
},
'web_audio': {
'provider_name': 'document',
- 'constructor_name': '$dom_createElement'
+ 'constructor_name': 'createElement'
},
'web_gl': {
'provider_name': 'document',
- 'constructor_name': '$dom_createElement'
+ 'constructor_name': 'createElement'
},
'web_sql': {
'provider_name': 'document',
- 'constructor_name': '$dom_createElement'
+ 'constructor_name': 'createElement'
},
}
« no previous file with comments | « tools/dom/scripts/htmlrenamer.py ('k') | tools/dom/src/shared_SVGFactoryProviders.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698