Index: modules/geofencing/GeofencingEvent.idl |
diff --git a/modules/geofencing/GeofencingRegion.idl b/modules/geofencing/GeofencingEvent.idl |
similarity index 66% |
copy from modules/geofencing/GeofencingRegion.idl |
copy to modules/geofencing/GeofencingEvent.idl |
index 32d3d3cf73f005ed9987a0e87f35c297a2b8f98c..47b3cc962f73b5f39ccf05ecca920cf4c47141b4 100644 |
--- a/modules/geofencing/GeofencingRegion.idl |
+++ b/modules/geofencing/GeofencingEvent.idl |
@@ -4,9 +4,8 @@ |
[ |
RuntimeEnabled=Geofencing, |
- SpecialWrapFor=CircularGeofencingRegion, |
- NoInterfaceObject, |
- GarbageCollected, |
-] interface GeofencingRegion { |
+ Exposed=ServiceWorker |
+] interface GeofencingEvent : Event { |
readonly attribute DOMString id; |
+ readonly attribute GeofencingRegion region; |
}; |