| Index: client/html/generated/src/wrapping/_MediaListWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_MediaListWrappingImplementation.dart b/client/html/generated/src/wrapping/_MediaListWrappingImplementation.dart
|
| index d77a47d6c8ac54057aab408abac10360b152763b..d7b7c0658cdd281d5fdc504e4cd1650f21d203fe 100644
|
| --- a/client/html/generated/src/wrapping/_MediaListWrappingImplementation.dart
|
| +++ b/client/html/generated/src/wrapping/_MediaListWrappingImplementation.dart
|
| @@ -14,11 +14,11 @@ class MediaListWrappingImplementation extends DOMWrapperBase implements MediaLis
|
| void set mediaText(String value) { _ptr.mediaText = value; }
|
|
|
| String operator[](int index) {
|
| - return item(index);
|
| + return _ptr[index];
|
| }
|
|
|
| void operator[]=(int index, String value) {
|
| - throw new UnsupportedOperationException("Cannot assign element of immutable List.");
|
| + _ptr[index] = value;
|
| }
|
|
|
| void add(String value) {
|
|
|