| Index: Source/modules/geofencing/WorkerNavigatorGeofencing.idl
|
| diff --git a/Source/modules/geofencing/WorkerNavigatorGeofencing.idl b/Source/modules/geofencing/WorkerNavigatorGeofencing.idl
|
| index bfcbe1856367b14fd2e37884c711a5bdfb10e81a..6af4e01f429b12c5be3172634b9428f351d892bd 100644
|
| --- a/Source/modules/geofencing/WorkerNavigatorGeofencing.idl
|
| +++ b/Source/modules/geofencing/WorkerNavigatorGeofencing.idl
|
| @@ -6,5 +6,6 @@
|
| RuntimeEnabled=Geofencing,
|
| Exposed=Worker,
|
| ] partial interface WorkerNavigator {
|
| + // FIXME: Delete this class once ServiceWorkerRegistration is exposed in service workers.
|
| readonly attribute Geofencing geofencing;
|
| };
|
|
|