Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 15545) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -74,6 +74,7 @@ |
| V(ObjectArray_copyFromObjectArray, 5) \ |
| V(StringBase_createFromCodePoints, 1) \ |
| V(StringBase_substringUnchecked, 3) \ |
| + V(OneByteString_substringUnchecked, 3) \ |
| V(String_getHashCode, 1) \ |
| V(String_getLength, 1) \ |
| V(String_charAt, 2) \ |