Index: src/mips/lithium-codegen-mips.h |
diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h |
index a328b03ba96564340176bdb3886b6613e4fb58bd..cc3873d8454b5154169aaf7f98a48fdfb9d98249 100644 |
--- a/src/mips/lithium-codegen-mips.h |
+++ b/src/mips/lithium-codegen-mips.h |
@@ -153,7 +153,7 @@ class LCodeGen BASE_EMBEDDED { |
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); |