| Index: client/dom/generated/src/frog/NodeList.dart
|
| diff --git a/client/dom/generated/src/frog/NodeList.dart b/client/dom/generated/src/frog/NodeList.dart
|
| index c09259a7a964f6865bf2d4748114b735b9f5d3a9..8bde5e707819bb9ad4ece65aea0e3f9ea5cb3c94 100644
|
| --- a/client/dom/generated/src/frog/NodeList.dart
|
| +++ b/client/dom/generated/src/frog/NodeList.dart
|
| @@ -5,6 +5,10 @@ class NodeList native "*NodeList" {
|
|
|
| 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;
|
|
|
| var dartObjectLocalStorage;
|
|
|