| Index: modules/notifications/WindowNotifications.idl
|
| diff --git a/modules/notifications/WindowNotifications.idl b/modules/notifications/WindowNotifications.idl
|
| index 7f474e55a63ffcf42a9061023c3196d96b73bc5e..78a69d2f7e5753e43a076f2d2f4514a5dd89e1b5 100644
|
| --- a/modules/notifications/WindowNotifications.idl
|
| +++ b/modules/notifications/WindowNotifications.idl
|
| @@ -25,9 +25,8 @@
|
| */
|
|
|
| [
|
| - Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS,
|
| + Conditional=LEGACY_NOTIFICATIONS,
|
| ImplementedAs=DOMWindowNotifications
|
| ] partial interface Window {
|
| - [EnabledAtRuntime=notifications, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds, Conditional=LEGACY_NOTIFICATIONS] readonly attribute NotificationCenter webkitNotifications;
|
| + [EnabledAtRuntime=Notifications, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifications;
|
| };
|
| -
|
|
|