| 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"; }
|
| }
|
|
|