| Index: runtime/vm/method_recognizer.h
|
| diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
|
| index 653c0ef22b25728b5886320bb0e44de073921e22..abb22d5e0ab19ff10c19680afde782be1de2e403 100644
|
| --- a/runtime/vm/method_recognizer.h
|
| +++ b/runtime/vm/method_recognizer.h
|
| @@ -37,7 +37,7 @@ namespace dart {
|
| V(_TypedList, _setFloat64, ByteArrayBaseSetFloat64, 972883980) \
|
| V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 950522310) \
|
| V(_TypedList, _setInt32x4, ByteArrayBaseSetInt32x4, 1301138078) \
|
| - V(_StringBase, _interpolate, StringBaseInterpolate, 1758627989) \
|
| + V(_StringBase, _interpolate, StringBaseInterpolate, 2070743748) \
|
| V(_IntegerImplementation, toDouble, IntegerToDouble, 1084977108) \
|
| V(_IntegerImplementation, _leftShiftWithMask32, IntegerLeftShiftWithMask32, \
|
| 597111055) \
|
|
|