| Index: client/dom/generated/src/wrapping/_StyleSheetListWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_StyleSheetListWrappingImplementation.dart b/client/dom/generated/src/wrapping/_StyleSheetListWrappingImplementation.dart
|
| index b0e88bcf8afeaf8e47fa345061196d67395d27a3..894b1436b9ad0eda84b88923fc54bb27df57bbc8 100644
|
| --- a/client/dom/generated/src/wrapping/_StyleSheetListWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_StyleSheetListWrappingImplementation.dart
|
| @@ -14,9 +14,8 @@ class _StyleSheetListWrappingImplementation extends DOMWrapperBase implements St
|
| int get length() { return _get_length(this); }
|
| static int _get_length(var _this) native;
|
|
|
| - StyleSheet operator[](int index) {
|
| - return item(index);
|
| - }
|
| + StyleSheet operator[](int index) { return _index(this, index); }
|
| + static StyleSheet _index(var _this, int index) native;
|
|
|
| void operator[]=(int index, StyleSheet value) {
|
| throw new UnsupportedOperationException("Cannot assign element of immutable List.");
|
|
|