| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 1559cc70884bb2ed8ca43a2832ccbeeafe20f7a5..99c27e78ca19c4f38b2bd85bdb070feb6ee5fdd9 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -262,6 +262,7 @@ _element_constructors = {
|
| 'indexed_db': {},
|
| 'svg': _svg_element_constructors,
|
| 'web_audio': {},
|
| + 'web_gl': {},
|
| 'web_sql': {},
|
| }
|
|
|
| @@ -282,6 +283,10 @@ _factory_ctr_strings = {
|
| 'provider_name': 'document',
|
| 'constructor_name': '$dom_createElement'
|
| },
|
| + 'web_gl': {
|
| + 'provider_name': 'document',
|
| + 'constructor_name': '$dom_createElement'
|
| + },
|
| 'web_sql': {
|
| 'provider_name': 'document',
|
| 'constructor_name': '$dom_createElement'
|
|
|