| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 4286d07de74114be174caf4133dab6626c184ab4..c5a3ff0d378e35957d63b92cceeb2b13354b542a 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -132,8 +132,7 @@ class LCodeGen BASE_EMBEDDED {
|
| void DoDeferredAllocate(LAllocate* instr);
|
| void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
|
| Label* map_check);
|
| -
|
| - void DoCheckMapCommon(Register reg, Handle<Map> map, LInstruction* instr);
|
| + void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
|
|
|
| // Parallel move support.
|
| void DoParallelMove(LParallelMove* move);
|
|
|