Chromium Code Reviews| Index: runtime/vm/flow_graph_inliner.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_inliner.cc (revision 31202) |
| +++ runtime/vm/flow_graph_inliner.cc (working copy) |
| @@ -1065,7 +1065,7 @@ |
| bool PolymorphicInliner::TryInlining(intptr_t receiver_cid, |
| const Function& target) { |
| - if (!target.is_optimizable()) { |
| + if (!target.IsOptimizable()) { |
| if (TryInlineRecognizedMethod(receiver_cid, target)) { |
| owner_->inlined_ = true; |
| return true; |