| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 35b87ecb007871be13b852b9e1c4f1f888d0293e..426bb8bcd4e20edffd52134866cb7884f5055ac7 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -72,7 +72,7 @@ namespace dart {
|
| V(ObjectArray_copyFromObjectArray, 5) \
|
| V(StringBase_createFromCodePoints, 1) \
|
| V(StringBase_substringUnchecked, 3) \
|
| - V(String_hashCode, 1) \
|
| + V(String_getHashCode, 1) \
|
| V(String_getLength, 1) \
|
| V(String_charAt, 2) \
|
| V(String_charCodeAt, 2) \
|
|
|