| Index: Source/modules/notifications/WorkerGlobalScopeNotifications.idl
|
| diff --git a/Source/modules/notifications/WorkerContextNotifications.idl b/Source/modules/notifications/WorkerGlobalScopeNotifications.idl
|
| similarity index 97%
|
| rename from Source/modules/notifications/WorkerContextNotifications.idl
|
| rename to Source/modules/notifications/WorkerGlobalScopeNotifications.idl
|
| index e8f86b9ab89609a4b11d2c3ada5bbb9afa5c2d4c..c643b0cbb7acc8afe754edf26197805dff89f93e 100644
|
| --- a/Source/modules/notifications/WorkerContextNotifications.idl
|
| +++ b/Source/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;
|
| };
|
|
|
|
|