| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index bcff2abb180fe2182e4301ae5d51e16189394e69..0eeb136b8ecbb22bc6479643381435f401c39d2d 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -83,7 +83,7 @@ namespace dart {
|
| V(String_getHashCode, 1) \
|
| V(String_getLength, 1) \
|
| V(String_charAt, 2) \
|
| - V(String_charCodeAt, 2) \
|
| + V(String_codeUnitAt, 2) \
|
| V(String_concat, 2) \
|
| V(String_toLowerCase, 1) \
|
| V(String_toUpperCase, 1) \
|
|
|