Index: tools/dom/scripts/systemhtml.py |
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py |
index b747154274ee7375cbf31ed699b2a9e904d4188a..02b3815aac8b9c76d462be56bc37a816a7a797ef 100644 |
--- a/tools/dom/scripts/systemhtml.py |
+++ b/tools/dom/scripts/systemhtml.py |
@@ -421,7 +421,7 @@ js_support_checks = dict({ |
'HTMLTemplateElement': ElemSupportStr('template'), |
'MediaStreamEvent': "Device.isEventTypeSupported('MediaStreamEvent')", |
'MediaStreamTrackEvent': "Device.isEventTypeSupported('MediaStreamTrackEvent')", |
- 'NotificationCenter': "JS('bool', '!!(window.webkitNotifications)')", |
+ 'Notification': "JS('bool', '!!(window.Notification)')", |
'Performance': "JS('bool', '!!(window.performance)')", |
'SpeechRecognition': "JS('bool', '!!(window.SpeechRecognition || " |
"window.webkitSpeechRecognition)')", |