| Index: modules/push_messaging/NavigatorPushManager.idl
|
| diff --git a/modules/serviceworkers/NavigatorServiceWorker.idl b/modules/push_messaging/NavigatorPushManager.idl
|
| similarity index 68%
|
| copy from modules/serviceworkers/NavigatorServiceWorker.idl
|
| copy to modules/push_messaging/NavigatorPushManager.idl
|
| index 1f5335479cf79598fd1ce37f85c492eca124fe71..26db0dddc171d946dab70ea59e2202a465f47803 100644
|
| --- a/modules/serviceworkers/NavigatorServiceWorker.idl
|
| +++ b/modules/push_messaging/NavigatorPushManager.idl
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - RuntimeEnabled=ServiceWorker,
|
| + RuntimeEnabled=PushMessaging,
|
| ] partial interface Navigator {
|
| - readonly attribute ServiceWorkerContainer serviceWorker;
|
| + readonly attribute PushManager push;
|
| };
|
|
|