| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index 21f792153ba9fd4020632b9977e867294e412eaf..87e393c7ae7cc20632ea354c674df65dfe8e1c91 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -154,8 +154,7 @@ class LCodeGen BASE_EMBEDDED {
|
| void DoDeferredAllocate(LAllocate* instr);
|
| void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
|
| Label* map_check);
|
| -
|
| - void DoCheckMapCommon(Register map_reg, Handle<Map> map, LEnvironment* env);
|
| + void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
|
|
|
| // Parallel move support.
|
| void DoParallelMove(LParallelMove* move);
|
|
|