Chromium Code Reviews

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

Issue 963983003: Remove [TypeChecking=Unrestricted] use in Source/modules/ (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.
Jump to:
View side-by-side diff with in-line comments
Index: Source/modules/geofencing/CircularGeofencingRegionInit.idl
diff --git a/Source/modules/geofencing/CircularGeofencingRegionInit.idl b/Source/modules/geofencing/CircularGeofencingRegionInit.idl
index f2f85bb65d4a787780db1efa212694c32a3ed6d6..4abc4861a1b92f22074a9232ebdd8e38378cc931 100644
--- a/Source/modules/geofencing/CircularGeofencingRegionInit.idl
+++ b/Source/modules/geofencing/CircularGeofencingRegionInit.idl
@@ -4,9 +4,7 @@
// FIXME: Add the spec URL.
-[
- TypeChecking=Unrestricted,
-] dictionary CircularGeofencingRegionInit {
+dictionary CircularGeofencingRegionInit {
DOMString? id = null;
double latitude;
double longitude;
« no previous file with comments | « Source/modules/device_orientation/DeviceOrientationEvent.idl ('k') | Source/modules/mediasource/MediaSource.idl » ('j') | no next file with comments »

Powered by Google App Engine