| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 27dcb6cff9760569e244cbd95d6cca121f094ead..62e0e0179b0959b0fc00d12335b5289464e7cc37 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -392,7 +392,6 @@ js_support_checks = dict({
|
| 'XMLHttpRequestProgressEvent':
|
| "Device.isEventTypeSupported('XMLHttpRequestProgressEvent')",
|
| 'WebGLRenderingContext': "JS('bool', '!!(window.WebGLRenderingContext)')",
|
| - 'WebKitCSSMatrix': "JS('bool', '!!(window.WebKitCSSMatrix)')",
|
| 'WebKitPoint': "JS('bool', '!!(window.WebKitPoint)')",
|
| 'WebSocket': "JS('bool', 'typeof window.WebSocket != \"undefined\"')",
|
| 'Worker': "JS('bool', '(typeof window.Worker != \"undefined\")')",
|
|
|