| Index: modules/notifications/WorkerGlobalScopeNotifications.idl
|
| diff --git a/modules/notifications/WorkerGlobalScopeNotifications.idl b/modules/notifications/WorkerGlobalScopeNotifications.idl
|
| index 70a33ddb97740ce879cd4c969d578b4f2d722d85..f6468a74764ae21ff9df99db2efc68bdc5175af9 100644
|
| --- a/modules/notifications/WorkerGlobalScopeNotifications.idl
|
| +++ b/modules/notifications/WorkerGlobalScopeNotifications.idl
|
| @@ -27,5 +27,5 @@
|
| [
|
| Conditional=LEGACY_NOTIFICATIONS
|
| ] partial interface WorkerGlobalScope {
|
| - [EnabledAtRuntime=Notifications] readonly attribute NotificationCenter webkitNotifications;
|
| + [RuntimeEnabled=Notifications] readonly attribute NotificationCenter webkitNotifications;
|
| };
|
|
|