Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index e5cdbfa102664da6a6de39701ac57c479c4b5acc..8253c17638f7e8b7c594d6bd92119568914ce3f4 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -266,6 +266,7 @@ class LCodeGen BASE_EMBEDDED { |
void EmitCmpI(LOperand* left, LOperand* right); |
void EmitNumberUntagD(Register input, |
DoubleRegister result, |
+ bool deoptimize_on_undefined, |
LEnvironment* env); |
// Emits optimized code for typeof x == "y". Modifies input register. |