| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 6d7579544c73c478f044a0442da5f2d969639099..dea5034b3cd043a3c6ef52e317205d2797bb94dc 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -72,6 +72,8 @@ namespace dart {
|
| V(String_charAt, 2) \
|
| V(String_charCodeAt, 2) \
|
| V(String_concat, 2) \
|
| + V(String_toLowerCase, 1) \
|
| + V(String_toUpperCase, 1) \
|
| V(Strings_concatAll, 1) \
|
| V(MathNatives_sqrt, 1) \
|
| V(MathNatives_sin, 1) \
|
|
|