| Index: client/dom/generated/src/wrapping/_DOMTokenListWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_DOMTokenListWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DOMTokenListWrappingImplementation.dart
|
| index 63311a2c0fb016b9d6f97f4b470476fcaecaf658..3dc870ea298b10f15818a5a2ff1c6e038410c8ed 100644
|
| --- a/client/dom/generated/src/wrapping/_DOMTokenListWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_DOMTokenListWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _DOMTokenListWrappingImplementation extends DOMWrapperBase implements DOMT
|
| return new _DOMTokenListWrappingImplementation();
|
| }
|
|
|
| - int get length() { return _get__DOMTokenList_length(this); }
|
| - static int _get__DOMTokenList_length(var _this) native;
|
| + int get length() { return _get_length(this); }
|
| + static int _get_length(var _this) native;
|
|
|
| void add(String token) {
|
| _add(this, token);
|
|
|