| 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'
|
| },
|
| }
|
|
|
|
|