| Index: runtime/vm/flow_graph_inliner.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_inliner.cc (revision 39404)
|
| +++ runtime/vm/flow_graph_inliner.cc (working copy)
|
| @@ -362,7 +362,7 @@
|
| } else if (current->IsStaticCall()) {
|
| StaticCallInstr* static_call = current->AsStaticCall();
|
| if (!inline_only_recognized_methods ||
|
| - static_call->function().is_recognized()) {
|
| + static_call->function().IsRecognized()) {
|
| static_calls_.Add(StaticCallInfo(static_call, graph));
|
| } else {
|
| // Method not inlined because inlining too deep and method
|
|
|