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

Unified Diff: client/html/generated/src/interface/PositionCallback.dart

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typos Created 9 years 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: client/html/generated/src/interface/PositionCallback.dart
diff --git a/client/html/generated/src/interface/PositionCallback.dart b/client/html/generated/src/interface/PositionCallback.dart
index c2be65fd393ff02b9331658b618738cd7a18853f..6e905de82ab2001c1a6ec6884779c83b100c6949 100644
--- a/client/html/generated/src/interface/PositionCallback.dart
+++ b/client/html/generated/src/interface/PositionCallback.dart
@@ -4,7 +4,4 @@
// WARNING: Do not edit - generated code.
-interface PositionCallback {
-
- bool handleEvent(Geoposition position);
-}
+typedef bool PositionCallback(Geoposition position);
« no previous file with comments | « client/html/generated/src/interface/Point.dart ('k') | client/html/generated/src/interface/PositionErrorCallback.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698