Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 31843) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -89,6 +89,7 @@ |
| V(List_setIndexed, 3) \ |
| V(List_getLength, 1) \ |
| V(List_copyFromObjectArray, 5) \ |
| + V(ImmutableList_from, 4) \ |
| V(StringBase_createFromCodePoints, 1) \ |
| V(StringBase_substringUnchecked, 3) \ |
| V(StringBuffer_createStringFromUint16Array, 3) \ |