| Index: Source/modules/geofencing/NavigatorGeofencing.idl
|
| diff --git a/Source/modules/push_messaging/NavigatorPushManager.idl b/Source/modules/geofencing/NavigatorGeofencing.idl
|
| similarity index 72%
|
| copy from Source/modules/push_messaging/NavigatorPushManager.idl
|
| copy to Source/modules/geofencing/NavigatorGeofencing.idl
|
| index 26db0dddc171d946dab70ea59e2202a465f47803..2591b0f7b06112d43255d35753b16bf975ac9b05 100644
|
| --- a/Source/modules/push_messaging/NavigatorPushManager.idl
|
| +++ b/Source/modules/geofencing/NavigatorGeofencing.idl
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - RuntimeEnabled=PushMessaging,
|
| + RuntimeEnabled=Geofencing,
|
| ] partial interface Navigator {
|
| - readonly attribute PushManager push;
|
| + readonly attribute Geofencing geofencing;
|
| };
|
|
|