| Index: modules/notifications/WorkerGlobalScopeNotifications.idl
|
| diff --git a/modules/notifications/WorkerContextNotifications.idl b/modules/notifications/WorkerGlobalScopeNotifications.idl
|
| similarity index 97%
|
| rename from modules/notifications/WorkerContextNotifications.idl
|
| rename to modules/notifications/WorkerGlobalScopeNotifications.idl
|
| index e8f86b9ab89609a4b11d2c3ada5bbb9afa5c2d4c..c643b0cbb7acc8afe754edf26197805dff89f93e 100644
|
| --- a/modules/notifications/WorkerContextNotifications.idl
|
| +++ b/modules/notifications/WorkerGlobalScopeNotifications.idl
|
| @@ -26,7 +26,7 @@
|
|
|
| [
|
| Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS
|
| -] partial interface WorkerContext {
|
| +] partial interface WorkerGlobalScope {
|
| [EnabledAtRuntime=notifications, Conditional=LEGACY_NOTIFICATIONS] readonly attribute NotificationCenter webkitNotifications;
|
| };
|
|
|
|
|