| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index b5dcd3dab24376155a596a64d0fd99533735dccc..d3927d3e5af435ebbb546ab3b5fec5dd1664ae26 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -45,6 +45,7 @@ _js_custom_members = set([
|
| 'Element.webkitMatchesSelector',
|
| 'Element.remove',
|
| 'ElementEvents.mouseWheel',
|
| + 'DOMException.name',
|
| 'HTMLCanvasElement.getContext',
|
| 'HTMLTableElement.createTBody',
|
| 'IDBDatabase.transaction',
|
| @@ -87,6 +88,7 @@ js_support_checks = {
|
| 'HTMLProgressElement': "Element.isTagSupported('progress')",
|
| 'HTMLShadowElement': "Element.isTagSupported('shadow')",
|
| 'HTMLTrackElement': "Element.isTagSupported('track')",
|
| + 'NotificationCenter': "JS('bool', '!!(window.webkitNotifications)')",
|
| 'Performance': "JS('bool', '!!(window.performance)')",
|
| 'WebSocket': "JS('bool', 'typeof window.WebSocket != \"undefined\"')",
|
| }
|
|
|