| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 1c9acdbe1d110b7d02f2136c6f0543556d4d3eb0..553067a30352916f48c2d789e53497f46c73007b 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -92,7 +92,7 @@ namespace dart {
|
| V(List_getIndexed, 2) \
|
| V(List_setIndexed, 3) \
|
| V(List_getLength, 1) \
|
| - V(List_copyFromObjectArray, 5) \
|
| + V(List_slice, 4) \
|
| V(ImmutableList_from, 4) \
|
| V(StringBase_createFromCodePoints, 1) \
|
| V(StringBase_substringUnchecked, 3) \
|
|
|