| Index: runtime/vm/constant_propagator.cc
|
| diff --git a/runtime/vm/constant_propagator.cc b/runtime/vm/constant_propagator.cc
|
| index 4176af4c1c40b2071ef7d68f766b63d660bc53a1..4409f3f274b783e9ed8cd91aa6babce1423402cb 100644
|
| --- a/runtime/vm/constant_propagator.cc
|
| +++ b/runtime/vm/constant_propagator.cc
|
| @@ -604,8 +604,8 @@ void ConstantPropagator::VisitDebugStepCheck(DebugStepCheckInstr* instr) {
|
| }
|
|
|
|
|
| -void ConstantPropagator::VisitStringFromCharCode(
|
| - StringFromCharCodeInstr* instr) {
|
| +void ConstantPropagator::VisitOneByteStringFromCharCode(
|
| + OneByteStringFromCharCodeInstr* instr) {
|
| const Object& o = instr->char_code()->definition()->constant_value();
|
| if (o.IsNull() || IsNonConstant(o)) {
|
| SetValue(instr, non_constant_);
|
|
|