Chromium Code Reviews| Index: src/x64/lithium-x64.cc | 
| =================================================================== | 
| --- src/x64/lithium-x64.cc (revision 7679) | 
| +++ src/x64/lithium-x64.cc (working copy) | 
| @@ -448,7 +448,7 @@ | 
| void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { | 
| - LGap* gap = new LGap(block); | 
| + LInstructionGap* gap = new LInstructionGap(block); | 
| int index = -1; | 
| if (instr->IsControl()) { | 
| instructions_.Add(gap); |