Index: client/dom/generated/src/frog/WebKitAnimationList.dart |
diff --git a/client/dom/generated/src/frog/WebKitAnimationList.dart b/client/dom/generated/src/frog/WebKitAnimationList.dart |
index b5171dfea63e1ef3080b351f1ae234e90280d2dc..e36870972137e5555289fcf4a2755f031120cf78 100644 |
--- a/client/dom/generated/src/frog/WebKitAnimationList.dart |
+++ b/client/dom/generated/src/frog/WebKitAnimationList.dart |
@@ -1,11 +1,7 @@ |
-class WebKitAnimationListJS implements WebKitAnimationList native "*WebKitAnimationList" { |
+class WebKitAnimationListJs extends DOMTypeJs implements WebKitAnimationList native "*WebKitAnimationList" { |
int get length() native "return this.length;"; |
- WebKitAnimationJS item(int index) native; |
- |
- var dartObjectLocalStorage; |
- |
- String get typeName() native; |
+ WebKitAnimationJs item(int index) native; |
} |