Index: Source/modules/notifications/NotificationEvent.idl |
diff --git a/Source/modules/notifications/NotificationEvent.idl b/Source/modules/notifications/NotificationEvent.idl |
index b43f9ebe03d502ce064920112fc73996b13acf78..ea7cb8a26ace251dda6da59db87161950c1f5682 100644 |
--- a/Source/modules/notifications/NotificationEvent.idl |
+++ b/Source/modules/notifications/NotificationEvent.idl |
@@ -7,7 +7,7 @@ |
[ |
Constructor(DOMString type, optional NotificationEventInit eventInitDict), |
Exposed=ServiceWorker, |
- RuntimeEnabled=ServiceWorkerNotifications, |
+ RuntimeEnabled=Notifications, |
TypeChecking=Interface, |
] interface NotificationEvent : ExtendableEvent { |
readonly attribute Notification notification; |