| Index: runtime/vm/flow_graph_compiler.cc
|
| diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc
|
| index 1f02942374fab0b1330bf597b2732085be24a49f..eabcbf164d7c063bbfe4cc511014d685bedc0571 100644
|
| --- a/runtime/vm/flow_graph_compiler.cc
|
| +++ b/runtime/vm/flow_graph_compiler.cc
|
| @@ -627,6 +627,7 @@ void FlowGraphCompiler::Bailout(const char* reason) {
|
| Report::MessageF(Report::kBailout,
|
| Script::Handle(function.script()),
|
| function.token_pos(),
|
| + Report::AtLocation,
|
| "FlowGraphCompiler Bailout: %s %s",
|
| String::Handle(function.name()).ToCString(),
|
| reason);
|
|
|