| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 22061d3ee03a39122063a436496906d4b0243969..84eec022caba4e363fa0b4df6bc9c0b25cedcc87 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -96,6 +96,8 @@ js_support_checks = {
|
| "window.webkitSpeechRecognition)')",
|
| 'XMLHttpRequestProgressEvent':
|
| "Event._isTypeSupported('XMLHttpRequestProgressEvent')",
|
| + 'WebKitCSSMatrix': "JS('bool', '!!(window.WebKitCSSMatrix)')",
|
| + 'WebKitPoint': "JS('bool', '!!(window.WebKitPoint)')",
|
| 'WebSocket': "JS('bool', 'typeof window.WebSocket != \"undefined\"')",
|
| }
|
|
|
|
|