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

Unified Diff: third_party/WebKit/Source/modules/geofencing/Geofencing.idl

Issue 1476153002: Drop [LegacyInterfaceTypeChecking] for APIs that are not enabled by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix contextmenu test Created 5 years, 1 month 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: third_party/WebKit/Source/modules/geofencing/Geofencing.idl
diff --git a/third_party/WebKit/Source/modules/geofencing/Geofencing.idl b/third_party/WebKit/Source/modules/geofencing/Geofencing.idl
index a6483187afae05fc87146111fa64328995d49a92..7b36e70cfbbcbcaf250a778a7454e0b5babfe32d 100644
--- a/third_party/WebKit/Source/modules/geofencing/Geofencing.idl
+++ b/third_party/WebKit/Source/modules/geofencing/Geofencing.idl
@@ -7,7 +7,7 @@
RuntimeEnabled=Geofencing,
GarbageCollected,
] interface Geofencing {
- [CallWith=ScriptState, LegacyInterfaceTypeChecking] Promise registerRegion(GeofencingRegion region);
+ [CallWith=ScriptState] Promise registerRegion(GeofencingRegion region);
[CallWith=ScriptState] Promise unregisterRegion(DOMString regionId);
[CallWith=ScriptState] Promise getRegisteredRegions();
};

Powered by Google App Engine
This is Rietveld 408576698