| Index: client/dom/generated/src/wrapping/_FileListWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_FileListWrappingImplementation.dart b/client/dom/generated/src/wrapping/_FileListWrappingImplementation.dart
|
| index b0b99d7217409b0e5cd6b02f4dafc29141e28fb9..59db3bc7dbfaa676fd37af37a0c35c64075db275 100644
|
| --- a/client/dom/generated/src/wrapping/_FileListWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_FileListWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _FileListWrappingImplementation extends DOMWrapperBase implements FileList
|
| return new _FileListWrappingImplementation();
|
| }
|
|
|
| - int get length() { return _get__FileList_length(this); }
|
| - static int _get__FileList_length(var _this) native;
|
| + int get length() { return _get_length(this); }
|
| + static int _get_length(var _this) native;
|
|
|
| File item(int index) {
|
| return _item(this, index);
|
|
|