Index: tools/dom/scripts/systemhtml.py |
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py |
index 40c75d0cc3eb78f5ff2d133ffa97f1347fe187c2..7c5ec1274a8b519b87e50207eac29d73d2025506 100644 |
--- a/tools/dom/scripts/systemhtml.py |
+++ b/tools/dom/scripts/systemhtml.py |
@@ -420,8 +420,6 @@ js_support_checks = dict({ |
"JS('bool', '#.xmlspace !== undefined && #.xmllang !== undefined', " |
"element, element)"), |
'TouchList': "JS('bool', '!!document.createTouchList')", |
- 'XMLHttpRequestProgressEvent': |
- "Device.isEventTypeSupported('XMLHttpRequestProgressEvent')", |
'WebGLRenderingContext': "JS('bool', '!!(window.WebGLRenderingContext)')", |
'WebKitPoint': "JS('bool', '!!(window.WebKitPoint)')", |
'WebSocket': "JS('bool', 'typeof window.WebSocket != \"undefined\"')", |