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

Unified Diff: client/dom/generated/src/wrapping/_GeopositionWrappingImplementation.dart

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 9 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: client/dom/generated/src/wrapping/_GeopositionWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_GeopositionWrappingImplementation.dart b/client/dom/generated/src/wrapping/_GeopositionWrappingImplementation.dart
index e36fe1327cb1e0c88c0e950ed6db6a07353e2b4d..7cdf5e881359403c5aedd90616581743fe31199f 100644
--- a/client/dom/generated/src/wrapping/_GeopositionWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_GeopositionWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _GeopositionWrappingImplementation extends DOMWrapperBase implements Geopo
return new _GeopositionWrappingImplementation();
}
- Coordinates get coords() { return _get__Geoposition_coords(this); }
- static Coordinates _get__Geoposition_coords(var _this) native;
+ Coordinates get coords() { return _get_coords(this); }
+ static Coordinates _get_coords(var _this) native;
- int get timestamp() { return _get__Geoposition_timestamp(this); }
- static int _get__Geoposition_timestamp(var _this) native;
+ int get timestamp() { return _get_timestamp(this); }
+ static int _get_timestamp(var _this) native;
String get typeName() { return "Geoposition"; }
}

Powered by Google App Engine
This is Rietveld 408576698