Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_ia32.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 8871) |
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy) |
| @@ -139,7 +139,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); |