| Index: runtime/vm/constant_propagator.cc
|
| diff --git a/runtime/vm/constant_propagator.cc b/runtime/vm/constant_propagator.cc
|
| index dec674c2c1171f78b4ea6b7407af9d611738bdf8..ae046315b50990e603fb3824542babff3a64b91c 100644
|
| --- a/runtime/vm/constant_propagator.cc
|
| +++ b/runtime/vm/constant_propagator.cc
|
| @@ -372,7 +372,7 @@ void ConstantPropagator::VisitAssertBoolean(AssertBooleanInstr* instr) {
|
| }
|
|
|
|
|
| -void ConstantPropagator::VisitCurrentContext(CurrentContextInstr* instr) {
|
| +void ConstantPropagator::VisitSpecialParameter(SpecialParameterInstr* instr) {
|
| SetValue(instr, non_constant_);
|
| }
|
|
|
|
|