| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 8767e18e6a7948bebe1d19b0dd5ae4f717e470b5..629ddc245bcf7cd59af16129c4d66c8f604d24bf 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -46,7 +46,6 @@ _js_custom_members = set([
|
| 'Element.remove',
|
| 'ElementEvents.mouseWheel',
|
| 'DOMException.name',
|
| - 'HTMLCanvasElement.getContext',
|
| 'HTMLTableElement.createTBody',
|
| 'IDBDatabase.transaction',
|
| 'KeyboardEvent.initKeyboardEvent',
|
| @@ -97,6 +96,7 @@ js_support_checks = {
|
| "window.webkitSpeechRecognition)')",
|
| 'XMLHttpRequestProgressEvent':
|
| "Event._isTypeSupported('XMLHttpRequestProgressEvent')",
|
| + 'WebGLRenderingContext': "JS('bool', '!!(window.WebGLRenderingContext)')",
|
| 'WebKitCSSMatrix': "JS('bool', '!!(window.WebKitCSSMatrix)')",
|
| 'WebKitPoint': "JS('bool', '!!(window.WebKitPoint)')",
|
| 'WebSocket': "JS('bool', 'typeof window.WebSocket != \"undefined\"')",
|
|
|