| Index: client/dom/generated/src/frog/CSSValueList.dart
|
| diff --git a/client/dom/generated/src/frog/CSSValueList.dart b/client/dom/generated/src/frog/CSSValueList.dart
|
| index 6ab70b785696b1c762be183b63182c0d50bc28c5..f3afa3800810f33cca9326a3397c63d2869f622e 100644
|
| --- a/client/dom/generated/src/frog/CSSValueList.dart
|
| +++ b/client/dom/generated/src/frog/CSSValueList.dart
|
| @@ -1,7 +1,7 @@
|
|
|
| -class CSSValueListJs extends CSSValueJs implements CSSValueList native "*CSSValueList" {
|
| +class _CSSValueListJs extends _CSSValueJs implements CSSValueList native "*CSSValueList" {
|
|
|
| int get length() native "return this.length;";
|
|
|
| - CSSValueJs item(int index) native;
|
| + _CSSValueJs item(int index) native;
|
| }
|
|
|