| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index ae82c5af6be5bc251e5e240ccb1cac075ad1e7b7..40b47e46cceab45c8740c08dc473e810f9600e7a 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -260,6 +260,7 @@ _element_constructors = {
|
| 'html': _html_element_constructors,
|
| 'indexed_db': {},
|
| 'svg': _svg_element_constructors,
|
| + 'typeddata': {},
|
| 'web_audio': {},
|
| 'web_sql': {},
|
| }
|
| @@ -277,6 +278,10 @@ _factory_ctr_strings = {
|
| 'provider_name': '_SvgElementFactoryProvider',
|
| 'constructor_name': 'createSvgElement_tag',
|
| },
|
| + 'typeddata': {
|
| + 'provider_name': 'document',
|
| + 'constructor_name': '$dom_createElement'
|
| + },
|
| 'web_audio': {
|
| 'provider_name': 'document',
|
| 'constructor_name': '$dom_createElement'
|
|
|