| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 5454ba98c0c204b2827159feeea4b69478c4a522..f88a451c61bf642b44455a0b731248ca34cec91b 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -263,7 +263,7 @@ _element_constructors = {
|
| 'html': _html_element_constructors,
|
| 'indexed_db': {},
|
| 'svg': _svg_element_constructors,
|
| - 'typeddata': {},
|
| + 'typed_data': {},
|
| 'web_audio': {},
|
| 'web_gl': {},
|
| 'web_sql': {},
|
| @@ -282,7 +282,7 @@ _factory_ctr_strings = {
|
| 'provider_name': '_SvgElementFactoryProvider',
|
| 'constructor_name': 'createSvgElement_tag',
|
| },
|
| - 'typeddata': {
|
| + 'typed_data': {
|
| 'provider_name': 'document',
|
| 'constructor_name': '$dom_createElement'
|
| },
|
|
|