Index: Source/modules/notifications/WindowNotifications.idl |
diff --git a/Source/modules/notifications/WindowNotifications.idl b/Source/modules/notifications/WindowNotifications.idl |
index 9f74cf00abb6dd2a719b8a9a1a97f410754cf8a0..00173108155db3dba6b7b30573367d6750d2eb53 100644 |
--- a/Source/modules/notifications/WindowNotifications.idl |
+++ b/Source/modules/notifications/WindowNotifications.idl |
@@ -26,7 +26,8 @@ |
[ |
Conditional=LEGACY_NOTIFICATIONS, |
- ImplementedAs=DOMWindowNotifications |
+ ImplementedAs=DOMWindowNotifications, |
+ RuntimeEnabled=Notifications, |
] partial interface Window { |
- [RuntimeEnabled=Notifications, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLogging=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifications; |
+ [MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLogging=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifications; |
}; |