| Index: lib/runtime/dart/collection.js
|
| diff --git a/lib/runtime/dart/collection.js b/lib/runtime/dart/collection.js
|
| index cd4195087fa54cfee3d1eed2b267a0251a0ad779..f6cb64deccddd09f1365765bfef365ed9b4b40b6 100644
|
| --- a/lib/runtime/dart/collection.js
|
| +++ b/lib/runtime/dart/collection.js
|
| @@ -6,7 +6,6 @@ var collection;
|
| class UnmodifiableListView extends _internal.UnmodifiableListBase$(E) {
|
| UnmodifiableListView(source) {
|
| this[_source] = source;
|
| - super.UnmodifiableListBase();
|
| }
|
| get [core.$length]() {
|
| return this[_source][core.$length];
|
| @@ -4236,7 +4235,6 @@ var collection;
|
| this[_nums] = null;
|
| this[_rest] = null;
|
| this[_elements] = null;
|
| - super._HashSetBase();
|
| }
|
| [_newSet]() {
|
| return new (_HashSet$(E))();
|
| @@ -4570,7 +4568,6 @@ var collection;
|
| this[_first] = null;
|
| this[_last] = null;
|
| this[_modifications] = 0;
|
| - super._HashSetBase();
|
| }
|
| [_newSet]() {
|
| return new (_LinkedHashSet$(E))();
|
|
|