| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 08156facfa034ea8ced6e25d5886a587277dfeee..63df36886d22aebfa748313158bd5bf3f8eb32be 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -96,6 +96,7 @@ js_support_checks = {
|
| "window.webkitSpeechRecognition)')",
|
| 'XMLHttpRequestProgressEvent':
|
| "Event._isTypeSupported('XMLHttpRequestProgressEvent')",
|
| + 'XSLTProcessor': "JS('bool', '!!(window.XSLTProcessor)')",
|
| 'WebSocket': "JS('bool', 'typeof window.WebSocket != \"undefined\"')",
|
| }
|
|
|
|
|