| Index: client/dom/generated/src/frog/HTMLCollection.dart
|
| diff --git a/client/dom/generated/src/frog/HTMLCollection.dart b/client/dom/generated/src/frog/HTMLCollection.dart
|
| index cc9973161b0e703edb347ff2d6cb1baff2fc03cf..42d91e94578e96fe07c262454d0db23f909c9a1d 100644
|
| --- a/client/dom/generated/src/frog/HTMLCollection.dart
|
| +++ b/client/dom/generated/src/frog/HTMLCollection.dart
|
| @@ -5,10 +5,6 @@ class HTMLCollection native "HTMLCollection" {
|
|
|
| Node operator[](int index) native;
|
|
|
| - void operator[]=(int index, Node value) {
|
| - throw new UnsupportedOperationException("Cannot assign element of immutable List.");
|
| - }
|
| -
|
| Node item(int index) native;
|
|
|
| Node namedItem(String name) native;
|
|
|