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 |
deleted file mode 100644 |
index ca89192c84f8da27425b147bb4817712914a4ed2..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-// WARNING: Do not edit - generated code. |
- |
-class _WebKitAnimationEventWrappingImplementation extends _EventWrappingImplementation implements WebKitAnimationEvent { |
- _WebKitAnimationEventWrappingImplementation() : super() {} |
- |
- static create__WebKitAnimationEventWrappingImplementation() native { |
- return new _WebKitAnimationEventWrappingImplementation(); |
- } |
- |
- String get animationName() { return _get_animationName(this); } |
- static String _get_animationName(var _this) native; |
- |
- num get elapsedTime() { return _get_elapsedTime(this); } |
- static num _get_elapsedTime(var _this) native; |
- |
- String get typeName() { return "WebKitAnimationEvent"; } |
-} |