Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.h |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.h (revision 35511) |
| +++ runtime/vm/flow_graph_optimizer.h (working copy) |
| @@ -182,7 +182,8 @@ |
| Instruction* insert_before); |
| Instruction* GetCheckClass(Definition* to_check, |
| const ICData& unary_checks, |
| - intptr_t deopt_id); |
| + intptr_t deopt_id, |
| + intptr_t token_pos); |
| // Insert a Smi check if needed. |
| void AddCheckSmi(Definition* to_check, |