| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index dd21318cb42932b4252be9ae20df9ca45a4b106b..1b7b106825d060e0726cc5288deecc401ea1ebb9 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) \
|
|
|