Index: src/arm/full-codegen-arm.cc |
diff --git a/src/arm/full-codegen-arm.cc b/src/arm/full-codegen-arm.cc |
index 0638720f306c9ae7ffc229d113ffdd9b5726903d..9040a75a31c196f9f67aff84e556ba018190c4dd 100644 |
--- a/src/arm/full-codegen-arm.cc |
+++ b/src/arm/full-codegen-arm.cc |
@@ -4598,7 +4598,7 @@ void FullCodeGenerator::EmitLiteralCompareTypeof(Expression* expr, |
&if_true, &if_false, &fall_through); |
{ AccumulatorValueContext context(this); |
- VisitForTypeofValue(sub_expr->AsUnaryOperation()->expression()); |
+ VisitForTypeofValue(sub_expr); |
} |
PrepareForBailoutBeforeSplit(expr, true, if_true, if_false); |