Index: runtime/vm/flow_graph_compiler_ia32.cc |
diff --git a/runtime/vm/flow_graph_compiler_ia32.cc b/runtime/vm/flow_graph_compiler_ia32.cc |
index c6094fe3d7294076be554901359e762e7f115d61..afc81300f3b23d4c9f06d99df1d17dbae9455b6f 100644 |
--- a/runtime/vm/flow_graph_compiler_ia32.cc |
+++ b/runtime/vm/flow_graph_compiler_ia32.cc |
@@ -468,7 +468,7 @@ RawSubtypeTestCache* FlowGraphCompiler::GenerateUninstantiatedTypeTest( |
FieldAddress(EDX, TypeArguments::type_at_offset(type_param.index()))); |
// EDI: concrete type of type. |
// Check if type argument is dynamic. |
- __ CompareObject(EDI, Type::ZoneHandle(zone(), Type::DynamicType())); |
+ __ CompareObject(EDI, Object::dynamic_type()); |
__ j(EQUAL, is_instance_lbl); |
__ CompareObject(EDI, Type::ZoneHandle(zone(), Type::ObjectType())); |
__ j(EQUAL, is_instance_lbl); |