| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 0beef85f0bcc347e9b8b766429429191fdcbf77a..3659c935b80b95a3e7fbe5ebaea476bca9f8131e 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -163,8 +163,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);
|
|
|