| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 30749cc4c009d69546d8e238b0419e72a40e3dcc..5cb27f0b32201e8c4ab51cc5b1b70db1001da4f2 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -16,7 +16,7 @@ from htmldartgenerator import *
|
|
|
| _logger = logging.getLogger('systemhtml')
|
|
|
| -HTML_LIBRARY_NAMES = ['html', 'indexed_db', 'svg',
|
| +HTML_LIBRARY_NAMES = ['chrome', 'html', 'indexed_db', 'svg',
|
| 'web_audio', 'web_gl', 'web_sql']
|
|
|
| _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
|
|
|