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

Unified Diff: lib/dom/dom.dart

Issue 10483004: Add PositionOptions type to registry. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « no previous file | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/dom.dart
diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
index 04509dfd576851c9ace0d43bc997809ba5f0ef2d..2e21adea76ef468e4a80a0d81e417857bb04b8ed 100644
--- a/lib/dom/dom.dart
+++ b/lib/dom/dom.dart
@@ -3142,9 +3142,9 @@ interface Geolocation {
void clearWatch(int watchId);
- void getCurrentPosition(PositionCallback successCallback, [PositionErrorCallback errorCallback]);
+ void getCurrentPosition(PositionCallback successCallback, [PositionErrorCallback errorCallback, Object options]);
- int watchPosition(PositionCallback successCallback, [PositionErrorCallback errorCallback]);
+ int watchPosition(PositionCallback successCallback, [PositionErrorCallback errorCallback, Object options]);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
« no previous file with comments | « no previous file | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698