Chromium Code Reviews| Index: runtime/vm/flow_graph_inliner.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_inliner.cc (revision 28165) |
| +++ runtime/vm/flow_graph_inliner.cc (working copy) |
| @@ -1163,7 +1163,8 @@ |
| Definition* last; |
| if (optimizer.TryInlineRecognizedMethod(target, |
| call_, |
| - call_->ic_data(), |
| + call_->instance_call()->token_pos(), |
| + *call_->instance_call()->ic_data(), |
| &entry, &last)) { |
| // Create a graph fragment. |
| InlineExitCollector* exit_collector = |