| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 5789c586eef593646bd1ec04934cb5988670e285..5b869baf7f54c8c42766cc0c8ab6d72d93c10873 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -86,6 +86,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\"')",
|
| }
|
|
|