| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index e8bdbf49f5a5464321d29971e15cd2132cf238e3..0f6f7cc7f8a3420b5d65845d0eeb51ea440f1184 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -148,8 +148,7 @@ class LCodeGen BASE_EMBEDDED {
|
| void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
|
| Label* map_check);
|
|
|
| - void DoCheckMapCommon(Register reg, Handle<Map> map,
|
| - CompareMapMode mode, LInstruction* instr);
|
| + void DoCheckMapCommon(Register reg, Handle<Map> map, LInstruction* instr);
|
|
|
| // Parallel move support.
|
| void DoParallelMove(LParallelMove* move);
|
|
|