| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 7b89cb7938f0f1456778b37c8f2a8daee20db9d1..a4ffa6f58029a4e0287ce8772e18462bf714aa58 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -357,6 +357,7 @@ js_support_checks = dict({
|
| 'SVGLangSpace': ('supported(SvgElement element)',
|
| "JS('bool', '#.xmlspace !== undefined && #.xmllang !== undefined', "
|
| "element, element)"),
|
| + 'TouchList': "JS('bool', '!!document.createTouchList')",
|
| 'XMLHttpRequestProgressEvent':
|
| "Event._isTypeSupported('XMLHttpRequestProgressEvent')",
|
| 'WebGLRenderingContext': "JS('bool', '!!(window.WebGLRenderingContext)')",
|
|
|