Index: modules/geofencing/CircularGeofencingRegion.idl |
diff --git a/modules/geofencing/CircularGeofencingRegion.idl b/modules/geofencing/CircularGeofencingRegion.idl |
index 1ddf4541d2390978a324f04e05fbe0a0fe15ddf7..6cac262bddd1cd0beb1a0bf3e6ed5667a8f863e2 100644 |
--- a/modules/geofencing/CircularGeofencingRegion.idl |
+++ b/modules/geofencing/CircularGeofencingRegion.idl |
@@ -6,7 +6,7 @@ |
RuntimeEnabled=Geofencing, |
Exposed=(Window,Worker), |
GarbageCollected, |
- Constructor(Dictionary init) |
+ Constructor(CircularGeofencingRegionInit init) |
] interface CircularGeofencingRegion : GeofencingRegion { |
const double MIN_RADIUS = 1.0; |
const double MAX_RADIUS = 100.0; |