| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 99c27e78ca19c4f38b2bd85bdb070feb6ee5fdd9..ceba1701702caada5669cc8e0a660b3f79d07000 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -12,6 +12,9 @@ import os
|
| from generator import *
|
| from htmldartgenerator import *
|
|
|
| +HTML_LIBRARY_NAMES = ['chrome', 'html', 'indexed_db', 'svg', 'web_audio',
|
| + 'web_gl', 'web_sql']
|
| +
|
| _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
|
| 'ArrayBuffer.slice',
|
| 'AudioBufferSourceNode.start',
|
|
|