| Index: client/dom/generated/src/wrapping/_DeviceMotionEventWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_DeviceMotionEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DeviceMotionEventWrappingImplementation.dart
|
| index 04d0a4c1c1be3cd6f3eedca04ed35fd24461eeab..5707ebddba4a51c25654b90cbe48cf9869ec4c5c 100644
|
| --- a/client/dom/generated/src/wrapping/_DeviceMotionEventWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_DeviceMotionEventWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _DeviceMotionEventWrappingImplementation extends _EventWrappingImplementat
|
| return new _DeviceMotionEventWrappingImplementation();
|
| }
|
|
|
| - num get interval() { return _get__DeviceMotionEvent_interval(this); }
|
| - static num _get__DeviceMotionEvent_interval(var _this) native;
|
| + num get interval() { return _get_interval(this); }
|
| + static num _get_interval(var _this) native;
|
|
|
| String get typeName() { return "DeviceMotionEvent"; }
|
| }
|
|
|