Index: src/ast/ast.h |
diff --git a/src/ast/ast.h b/src/ast/ast.h |
index 2090a8197ae37ebcb85552c73aef898529081976..3bc5690f033a764018c4c3b824526fe61bb8cb16 100644 |
--- a/src/ast/ast.h |
+++ b/src/ast/ast.h |
@@ -2379,7 +2379,7 @@ class CompareOperation final : public Expression { |
op_(op), |
left_(left), |
right_(right), |
- combined_type_(Type::None(zone)) { |
+ combined_type_(Type::None()) { |
DCHECK(Token::IsCompareOp(op)); |
} |
static int parent_num_ids() { return Expression::num_ids(); } |