| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 2a1718fe8750bda3b5d3af8dc259927b6c5ab8d3..d72d1c0f51ebe74c218051bc4a55b0b4c99471f3 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -108,6 +108,7 @@ namespace dart {
|
| V(OneByteString_allocate, 1) \
|
| V(OneByteString_allocateFromOneByteList, 3) \
|
| V(OneByteString_setAt, 3) \
|
| + V(TwoByteString_allocateFromTwoByteList, 3) \
|
| V(ExternalOneByteString_getCid, 0) \
|
| V(String_getHashCode, 1) \
|
| V(String_getLength, 1) \
|
|
|