| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 1b0063a021da6d04ba96bf7ae71595381fb232da..235733cc3218dc80ab6676031e35a96e6e25a441 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\"')",
|
|
|