| Index: client/dom/generated/src/frog/WebKitAnimation.dart
|
| diff --git a/client/dom/generated/src/frog/WebKitAnimation.dart b/client/dom/generated/src/frog/WebKitAnimation.dart
|
| index 89e5f6354a4949eaa9f6beb03413f28ed53aed66..69abd4e4260664de43135240d83029832b0a4553 100644
|
| --- a/client/dom/generated/src/frog/WebKitAnimation.dart
|
| +++ b/client/dom/generated/src/frog/WebKitAnimation.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class WebKitAnimationJS implements WebKitAnimation native "*WebKitAnimation" {
|
| +class WebKitAnimationJs extends DOMTypeJs implements WebKitAnimation native "*WebKitAnimation" {
|
|
|
| static final int DIRECTION_ALTERNATE = 1;
|
|
|
| @@ -36,8 +36,4 @@ class WebKitAnimationJS implements WebKitAnimation native "*WebKitAnimation" {
|
| void pause() native;
|
|
|
| void play() native;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|