Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(867)

Unified Diff: Source/modules/geofencing/CircularGeofencingRegionInit.idl

Issue 962793007: Add [TypeChecking=Unrestricted] to CircularGeofencingRegionInit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698