| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_mips.cc b/runtime/vm/flow_graph_compiler_mips.cc
|
| index 110f3dbaa75e33403f8e668f0bc41ea1bfb87e55..a765a6053eeb77a0aeb56a72d40da05df6407149 100644
|
| --- a/runtime/vm/flow_graph_compiler_mips.cc
|
| +++ b/runtime/vm/flow_graph_compiler_mips.cc
|
| @@ -345,8 +345,8 @@ bool FlowGraphCompiler::GenerateInstantiatedTypeNoArgumentsTest(
|
| __ andi(T0, A0, Immediate(kSmiTagMask));
|
| // If instance is Smi, check directly.
|
| const Class& smi_class = Class::Handle(zone(), Smi::Class());
|
| - if (smi_class.IsSubtypeOf(TypeArguments::Handle(zone()), type_class,
|
| - TypeArguments::Handle(zone()), NULL, NULL,
|
| + if (smi_class.IsSubtypeOf(Object::null_type_arguments(), type_class,
|
| + Object::null_type_arguments(), NULL, NULL,
|
| Heap::kOld)) {
|
| __ beq(T0, ZR, is_instance_lbl);
|
| } else {
|
|
|