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