Chromium Code Reviews| Index: src/ast.h |
| diff --git a/src/ast.h b/src/ast.h |
| index 7eb73d9023547f9587a95aec5d64d6153c8b2fdb..1a56b32c00e9d1ea96a6c31a58d82b135a133463 100644 |
| --- a/src/ast.h |
| +++ b/src/ast.h |
| @@ -406,7 +406,7 @@ class Expression : public AstNode { |
| Expression(Zone* zone, int pos) |
| : AstNode(pos), |
| base_id_(BailoutId::None().ToInt()), |
| - bounds_(Bounds::Unbounded(zone)), |
| + bounds_(Bounds::Unbounded()), |
| bit_field_(0) {} |
| static int parent_num_ids() { return 0; } |
| void set_to_boolean_types(uint16_t types) { |