| Index: sdk/lib/_internal/compiler/implementation/lib/js_array.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/js_array.dart b/sdk/lib/_internal/compiler/implementation/lib/js_array.dart
|
| index 8d7fe061161427a42fc0972fcb84bc92b820a5d2..fc64817c62b33d0a7830f5121cd5dc424a07d705 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/js_array.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/js_array.dart
|
| @@ -258,11 +258,6 @@ class JSArray<E> extends Interceptor implements List<E>, JSIndexable {
|
|
|
| int get hashCode => Primitives.objectHashCode(this);
|
|
|
| - Type get runtimeType {
|
| - // Call getRuntimeTypeString to get the name including type arguments.
|
| - return new TypeImpl(getRuntimeTypeString(this));
|
| - }
|
| -
|
| int get length => JS('int', r'#.length', this);
|
|
|
| void set length(int newLength) {
|
|
|