| Index: Source/modules/geofencing/ServiceWorkerRegistrationGeofencing.idl
|
| diff --git a/Source/modules/geofencing/NavigatorGeofencing.idl b/Source/modules/geofencing/ServiceWorkerRegistrationGeofencing.idl
|
| similarity index 83%
|
| rename from Source/modules/geofencing/NavigatorGeofencing.idl
|
| rename to Source/modules/geofencing/ServiceWorkerRegistrationGeofencing.idl
|
| index 2591b0f7b06112d43255d35753b16bf975ac9b05..1d0df55694808757f8c9e857c9541c15b0b28a22 100644
|
| --- a/Source/modules/geofencing/NavigatorGeofencing.idl
|
| +++ b/Source/modules/geofencing/ServiceWorkerRegistrationGeofencing.idl
|
| @@ -4,6 +4,6 @@
|
|
|
| [
|
| RuntimeEnabled=Geofencing,
|
| -] partial interface Navigator {
|
| +] partial interface ServiceWorkerRegistration {
|
| readonly attribute Geofencing geofencing;
|
| };
|
|
|