| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index fed89bb839218c291a3920f01c5a5f423a0a8c91..76c6161a5299b9d6f34868311f2e1b6166a85d36 100644
|
| --- a/runtime/vm/flow_graph_builder.cc
|
| +++ b/runtime/vm/flow_graph_builder.cc
|
| @@ -4621,6 +4621,7 @@ void FlowGraphBuilder::Bailout(const char* reason) const {
|
| Report::MessageF(Report::kBailout,
|
| Script::Handle(function.script()),
|
| function.token_pos(),
|
| + Report::AtLocation,
|
| "FlowGraphBuilder Bailout: %s %s",
|
| String::Handle(function.name()).ToCString(),
|
| reason);
|
|
|