Index: runtime/vm/flow_graph_builder.cc |
diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc |
index aa73c5506071b784ed91c8e3ca20b13ce4ac4206..a21b932e17927136be7c334478b201c4445288e4 100644 |
--- a/runtime/vm/flow_graph_builder.cc |
+++ b/runtime/vm/flow_graph_builder.cc |
@@ -3450,7 +3450,7 @@ void EffectGraphVisitor::VisitNativeBodyNode(NativeBodyNode* node) { |
return ReturnDefinition(BuildNativeGetter( |
node, kind, LinkedHashMap::index_offset(), |
Type::ZoneHandle(Z, Type::DynamicType()), |
- kTypedDataUint32ArrayCid)); |
+ kDynamicCid)); |
} |
case MethodRecognizer::kLinkedHashMap_setIndex: { |
return ReturnDefinition(DoNativeSetterStoreValue( |