Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 8253c17638f7e8b7c594d6bd92119568914ce3f4..653dc056358c6689b703cc3a16e3dbd5c34e22e8 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -108,7 +108,7 @@ class LCodeGen BASE_EMBEDDED { |
void DoDeferredNumberTagI(LNumberTagI* instr); |
void DoDeferredTaggedToI(LTaggedToI* instr); |
void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr); |
- void DoDeferredStackCheck(LGoto* instr); |
+ void DoDeferredStackCheck(LStackCheck* instr); |
void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr); |
void DoDeferredStringCharFromCode(LStringCharFromCode* instr); |
void DoDeferredLInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr, |
@@ -261,7 +261,7 @@ class LCodeGen BASE_EMBEDDED { |
} |
static Condition TokenToCondition(Token::Value op, bool is_unsigned); |
- void EmitGoto(int block, LDeferredCode* deferred_stack_check = NULL); |
+ void EmitGoto(int block); |
void EmitBranch(int left_block, int right_block, Condition cc); |
void EmitCmpI(LOperand* left, LOperand* right); |
void EmitNumberUntagD(Register input, |