Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
| index 1c9acdbe1d110b7d02f2136c6f0543556d4d3eb0..87a93f256a5e50a2bbf7795a7c78adc0596ee4e4 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) \ |
|
srdjan
2014/09/03 18:08:11
Fix formatting
Vyacheslav Egorov (Google)
2014/09/03 20:35:18
Done.
|
| V(ImmutableList_from, 4) \ |
| V(StringBase_createFromCodePoints, 1) \ |
| V(StringBase_substringUnchecked, 3) \ |