| 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 6781bf9e23a9e04f43e978c33983cde8740981af..4d85201b816778c7375b14e6c07af06f41269115 100644
|
| --- a/client/dom/generated/src/frog/WebKitAnimationList.dart
|
| +++ b/client/dom/generated/src/frog/WebKitAnimationList.dart
|
| @@ -1,7 +1,7 @@
|
|
|
| class WebKitAnimationList native "*WebKitAnimationList" {
|
|
|
| - int length;
|
| + int get length() native "return this.length;";
|
|
|
| WebKitAnimation item(int index) native;
|
|
|
|
|