Index: Source/modules/geofencing/CircularGeofencingRegionInit.idl |
diff --git a/Source/modules/geofencing/CircularGeofencingRegionInit.idl b/Source/modules/geofencing/CircularGeofencingRegionInit.idl |
index 4abc4861a1b92f22074a9232ebdd8e38378cc931..f2f85bb65d4a787780db1efa212694c32a3ed6d6 100644 |
--- a/Source/modules/geofencing/CircularGeofencingRegionInit.idl |
+++ b/Source/modules/geofencing/CircularGeofencingRegionInit.idl |
@@ -4,7 +4,9 @@ |
// FIXME: Add the spec URL. |
-dictionary CircularGeofencingRegionInit { |
+[ |
+ TypeChecking=Unrestricted, |
+] dictionary CircularGeofencingRegionInit { |
DOMString? id = null; |
double latitude; |
double longitude; |