Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.h (revision 8852) |
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
| @@ -121,7 +121,7 @@ |
| void EmitComment(Instruction* instr); |
| - void EmitClassChecksNoSmi(const ZoneGrowableArray<intptr_t>& class_ids, |
| + void EmitClassChecksNoSmi(const ICData& ic_data, |
| Register instance_reg, |
| Register temp_reg, |
| Label* deopt); |