Index: runtime/vm/flow_graph_builder.cc |
diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc |
index 3350d7871199d3d4b83b502595f7d0addc6b9b79..1874bf72ff604608593d53084026665ff055e8b9 100644 |
--- a/runtime/vm/flow_graph_builder.cc |
+++ b/runtime/vm/flow_graph_builder.cc |
@@ -4165,8 +4165,7 @@ StaticCallInstr* EffectGraphVisitor::BuildThrowNoSuchMethodError( |
Z, |
Type::New(function_class, TypeArguments::Handle(Z, TypeArguments::null()), |
token_pos, Heap::kOld)); |
- type ^= ClassFinalizer::FinalizeType(function_class, type, |
- ClassFinalizer::kCanonicalize); |
+ type ^= ClassFinalizer::FinalizeType(function_class, type); |
Value* receiver_value = Bind(new (Z) ConstantInstr(type)); |
arguments->Add(PushArgument(receiver_value)); |
// String memberName. |