| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 0f2de534723b14da1610e2e5f90d3b7a71120bac..ef8c0040ace1d027f5a52bc67ad69c7695c99794 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -384,7 +384,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\"')",
|
| 'XSLTProcessor': "JS('bool', '!!(window.XSLTProcessor)')",
|
|
|