| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 91d385e35b1f6d1a76f8b0dfb5baae312ade2614..05bc08eaad9c0cc0b48f7e1e8c254120213aac25 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -433,7 +433,6 @@ js_support_checks = dict({
|
| "element, element)"),
|
| 'TouchList': "JS('bool', '!!document.createTouchList')",
|
| 'WebGLRenderingContext': "JS('bool', '!!(window.WebGLRenderingContext)')",
|
| - 'WebKitPoint': "JS('bool', '!!(window.WebKitPoint)')",
|
| 'WebSocket': "JS('bool', 'typeof window.WebSocket != \"undefined\"')",
|
| 'Worker': "JS('bool', '(typeof window.Worker != \"undefined\")')",
|
| 'XSLTProcessor': "JS('bool', '!!(window.XSLTProcessor)')",
|
|
|