Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index a08768c0dfcce7c1b428793e0d93c6ac63f62c2a..ca8c563029152f4b3713cb2e020a2518fddd54f5 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -172,7 +172,7 @@ class LCodeGen: public LCodeGenBase { |
void GenerateBodyInstructionPre(LInstruction* instr) OVERRIDE; |
bool GeneratePrologue(); |
bool GenerateDeferredCode(); |
- bool GenerateDeoptJumpTable(); |
+ bool GenerateJumpTable(); |
bool GenerateSafepointTable(); |
// Generates the custom OSR entrypoint and sets the osr_pc_offset. |