| Index: runtime/vm/constant_propagator.cc
|
| diff --git a/runtime/vm/constant_propagator.cc b/runtime/vm/constant_propagator.cc
|
| index 5cf201816a513540a0d1ac75006cf23beda4c4ac..37e81b605e6bafcae6e9a4be332a3a62eb222eaa 100644
|
| --- a/runtime/vm/constant_propagator.cc
|
| +++ b/runtime/vm/constant_propagator.cc
|
| @@ -761,7 +761,7 @@ void ConstantPropagator::VisitInstanceOf(InstanceOfInstr* instr) {
|
| const Instance& instance = Instance::Cast(value);
|
| const AbstractType& checked_type = instr->type();
|
| if (instr->instantiator()->BindsToConstantNull() &&
|
| - instr->instantiator_type_arguments()->BindsToConstantNull()) {
|
| + instr->instantiator_type_arguments()->BindsToConstantNull()) {
|
| const TypeArguments& checked_type_arguments = TypeArguments::Handle();
|
| Error& bound_error = Error::Handle();
|
| bool is_instance = instance.IsInstanceOf(checked_type,
|
|
|