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

Unified Diff: modules/geolocation/Geolocation.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 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/geofencing/NavigatorGeofencing.idl ('k') | modules/imagebitmap/ImageBitmapFactories.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 ca1b5a5e61d1bdcacbc26360a9bd31eb0a8937a0..2c9c1f8a04aac97afc4760f85abde02f30ceb691 100644
--- a/modules/geolocation/Geolocation.idl
+++ b/modules/geolocation/Geolocation.idl
@@ -29,15 +29,14 @@
NoInterfaceObject,
] interface Geolocation {
// FIXME: should be: PositionOptions options: need PositionOptions.idl and dictionary http:/crbug.com/321462
- [Custom, LogActivity] void getCurrentPosition(PositionCallback successCallback,
+ [LogActivity] void getCurrentPosition(PositionCallback successCallback,
optional PositionErrorCallback errorCallback,
- optional object options);
+ optional Dictionary options);
// FIXME: should be: PositionOptions options: need PositionOptions.idl and dictionary http:/crbug.com/321462
- [Custom, LogActivity] long watchPosition(PositionCallback successCallback,
+ [LogActivity] long watchPosition(PositionCallback successCallback,
optional PositionErrorCallback errorCallback,
- optional object options);
+ optional Dictionary options);
void clearWatch(long watchID);
};
-
« no previous file with comments | « modules/geofencing/NavigatorGeofencing.idl ('k') | modules/imagebitmap/ImageBitmapFactories.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698