| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index faa4a67b1b1e7aed43115f67f804d0b12c2d19c7..c205c000f50a5fa38cd8887eda0a3c2853ea2b22 100644
|
| --- a/runtime/vm/intermediate_language.h
|
| +++ b/runtime/vm/intermediate_language.h
|
| @@ -61,7 +61,7 @@ class Range;
|
| V(_GrowableObjectArray, get:_capacity, GrowableArrayCapacity, 725548050) \
|
| V(_StringBase, get:length, StringBaseLength, 320803993) \
|
| V(_StringBase, get:isEmpty, StringBaseIsEmpty, 711547329) \
|
| - V(_StringBase, charCodeAt, StringBaseCharCodeAt, 984449525) \
|
| + V(_StringBase, codeUnitAt, StringBaseCodeUnitAt, 984449525) \
|
| V(_StringBase, [], StringBaseCharAt, 1062366987) \
|
| V(_IntegerImplementation, toDouble, IntegerToDouble, 733149324) \
|
| V(_Double, toInt, DoubleToInteger, 362666636) \
|
|
|