Chromium Code Reviews| Index: runtime/lib/array.dart |
| =================================================================== |
| --- runtime/lib/array.dart (revision 19164) |
| +++ runtime/lib/array.dart (working copy) |
| @@ -6,7 +6,7 @@ |
| // TODO(srdjan): Use shared array implementation. |
| class _ObjectArray<E> implements List<E> { |
| - factory _ObjectArray(int length) native "ObjectArray_allocate"; |
| + factory _ObjectArray(length) native "ObjectArray_allocate"; |
| E operator [](int index) native "ObjectArray_getIndexed"; |