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

Unified Diff: modules/geolocation/Geolocation.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 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 | « modules/geolocation/Coordinates.idl ('k') | modules/geolocation/Geoposition.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/geolocation/Geolocation.idl
diff --git a/modules/geolocation/Geolocation.idl b/modules/geolocation/Geolocation.idl
index 1d98cfb0e77653517c6c8774ef2fe95277efe2bd..ca1b5a5e61d1bdcacbc26360a9bd31eb0a8937a0 100644
--- a/modules/geolocation/Geolocation.idl
+++ b/modules/geolocation/Geolocation.idl
@@ -25,16 +25,16 @@
// http://www.w3.org/TR/geolocation-API/#geolocation_interface
[
- WillBeGarbageCollected,
+ GarbageCollected,
NoInterfaceObject,
] interface Geolocation {
- // FIXME: should be: PositionOptions options (need PositionOptions.idl)
- [Custom, PerWorldBindings, ActivityLogging=ForIsolatedWorlds] void getCurrentPosition(PositionCallback successCallback,
+ // FIXME: should be: PositionOptions options: need PositionOptions.idl and dictionary http:/crbug.com/321462
+ [Custom, LogActivity] void getCurrentPosition(PositionCallback successCallback,
optional PositionErrorCallback errorCallback,
optional object options);
- // FIXME: should be: PositionOptions options (need PositionOptions.idl)
- [Custom, PerWorldBindings, ActivityLogging=ForIsolatedWorlds] long watchPosition(PositionCallback successCallback,
+ // FIXME: should be: PositionOptions options: need PositionOptions.idl and dictionary http:/crbug.com/321462
+ [Custom, LogActivity] long watchPosition(PositionCallback successCallback,
optional PositionErrorCallback errorCallback,
optional object options);
« no previous file with comments | « modules/geolocation/Coordinates.idl ('k') | modules/geolocation/Geoposition.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698