| 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 ded5e74c12e632b663b4cb5ed55dd739b94ddc3d..a5525e4fc44cf0bf4bd374c68944d2acd54a671f 100644
|
| --- a/runtime/vm/flow_graph_compiler_mips.cc
|
| +++ b/runtime/vm/flow_graph_compiler_mips.cc
|
| @@ -449,7 +449,7 @@ RawSubtypeTestCache* FlowGraphCompiler::GenerateUninstantiatedTypeTest(
|
| // R2: concrete type of type.
|
| // Check if type argument is dynamic.
|
| __ BranchEqual(T2,
|
| - Type::ZoneHandle(zone(), Type::DynamicType()), is_instance_lbl);
|
| + Object::dynamic_type(), is_instance_lbl);
|
| __ BranchEqual(T2,
|
| Type::ZoneHandle(zone(), Type::ObjectType()), is_instance_lbl);
|
|
|
|
|