| 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 a13238428a6b934c5b0a6b4a584baa42fd374eb5..ca89192c84f8da27425b147bb4817712914a4ed2 100644
|
| --- a/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart
|
| @@ -17,11 +17,5 @@ class _WebKitAnimationEventWrappingImplementation extends _EventWrappingImplemen
|
| 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);
|
| - return;
|
| - }
|
| - static void _initWebKitAnimationEvent(receiver, typeArg, canBubbleArg, cancelableArg, animationNameArg, elapsedTimeArg) native;
|
| -
|
| String get typeName() { return "WebKitAnimationEvent"; }
|
| }
|
|
|