Index: Source/modules/notifications/WorkerGlobalScopeNotifications.idl |
diff --git a/Source/modules/notifications/WorkerGlobalScopeNotifications.idl b/Source/modules/notifications/WorkerGlobalScopeNotifications.idl |
index f6468a74764ae21ff9df99db2efc68bdc5175af9..932dcfba8c954a2d2cc727f2d94fff52b5ea71d6 100644 |
--- a/Source/modules/notifications/WorkerGlobalScopeNotifications.idl |
+++ b/Source/modules/notifications/WorkerGlobalScopeNotifications.idl |
@@ -25,7 +25,8 @@ |
*/ |
[ |
- Conditional=LEGACY_NOTIFICATIONS |
+ Conditional=LEGACY_NOTIFICATIONS, |
+ RuntimeEnabled=Notifications, |
] partial interface WorkerGlobalScope { |
- [RuntimeEnabled=Notifications] readonly attribute NotificationCenter webkitNotifications; |
+ readonly attribute NotificationCenter webkitNotifications; |
}; |