| Index: client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart
|
| index cfe95c0febc1ca2a89806b3bcfcd680e4d94ae95..a13238428a6b934c5b0a6b4a584baa42fd374eb5 100644
|
| --- a/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart
|
| @@ -11,11 +11,11 @@ class _WebKitAnimationEventWrappingImplementation extends _EventWrappingImplemen
|
| return new _WebKitAnimationEventWrappingImplementation();
|
| }
|
|
|
| - String get animationName() { return _get__WebKitAnimationEvent_animationName(this); }
|
| - static String _get__WebKitAnimationEvent_animationName(var _this) native;
|
| + String get animationName() { return _get_animationName(this); }
|
| + static String _get_animationName(var _this) native;
|
|
|
| - num get elapsedTime() { return _get__WebKitAnimationEvent_elapsedTime(this); }
|
| - static num _get__WebKitAnimationEvent_elapsedTime(var _this) native;
|
| + num get elapsedTime() { return _get_elapsedTime(this); }
|
| + static num _get_elapsedTime(var _this) native;
|
|
|
| void initWebKitAnimationEvent(String typeArg, bool canBubbleArg, bool cancelableArg, String animationNameArg, num elapsedTimeArg) {
|
| _initWebKitAnimationEvent(this, typeArg, canBubbleArg, cancelableArg, animationNameArg, elapsedTimeArg);
|
|
|