| Index: modules/notifications/WorkerGlobalScopeNotifications.idl
|
| diff --git a/modules/notifications/WorkerGlobalScopeNotifications.idl b/modules/notifications/WorkerGlobalScopeNotifications.idl
|
| index c643b0cbb7acc8afe754edf26197805dff89f93e..70a33ddb97740ce879cd4c969d578b4f2d722d85 100644
|
| --- a/modules/notifications/WorkerGlobalScopeNotifications.idl
|
| +++ b/modules/notifications/WorkerGlobalScopeNotifications.idl
|
| @@ -25,8 +25,7 @@
|
| */
|
|
|
| [
|
| - Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS
|
| + Conditional=LEGACY_NOTIFICATIONS
|
| ] partial interface WorkerGlobalScope {
|
| - [EnabledAtRuntime=notifications, Conditional=LEGACY_NOTIFICATIONS] readonly attribute NotificationCenter webkitNotifications;
|
| + [EnabledAtRuntime=Notifications] readonly attribute NotificationCenter webkitNotifications;
|
| };
|
| -
|
|
|