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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698