| Index: client/dom/generated/src/frog/StyleSheetList.dart
|
| diff --git a/client/dom/generated/src/frog/StyleSheetList.dart b/client/dom/generated/src/frog/StyleSheetList.dart
|
| index a8f9f76877cc487fa07f9c203f32314e6dd1dbcc..34a487b43ef1a8140afeb91d4fcb85f9712fc505 100644
|
| --- a/client/dom/generated/src/frog/StyleSheetList.dart
|
| +++ b/client/dom/generated/src/frog/StyleSheetList.dart
|
| @@ -5,10 +5,6 @@ class StyleSheetList native "*StyleSheetList" {
|
|
|
| StyleSheet operator[](int index) native;
|
|
|
| - void operator[]=(int index, StyleSheet value) {
|
| - throw new UnsupportedOperationException("Cannot assign element of immutable List.");
|
| - }
|
| -
|
| StyleSheet item(int index) native;
|
|
|
| var dartObjectLocalStorage;
|
|
|