Index: src/ast.h |
diff --git a/src/ast.h b/src/ast.h |
index 78b7843d991d5479c5ec72d4f8229b43b56cdb9c..8febfee05a2de5ee90e11f9a7f02bda7bce573aa 100644 |
--- a/src/ast.h |
+++ b/src/ast.h |
@@ -389,7 +389,7 @@ class Expression: public AstNode { |
protected: |
explicit Expression(Isolate* isolate) |
- : bounds_(Type::None(), Type::Any(), isolate), |
+ : bounds_(Bounds::Unbounded(isolate)), |
id_(GetNextId(isolate)), |
test_id_(GetNextId(isolate)) {} |
void set_to_boolean_types(byte types) { to_boolean_types_ = types; } |