Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index c50f44a2a2410fe11ea0eaae8195f11f28299432..f6cdb602058a419a7717d34a5d7050751bb98ba6 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1217,7 +1217,7 @@ Type* Typer::Visitor::TypeJSCreateArray(Node* node) { |
Type* Typer::Visitor::TypeJSCreateClosure(Node* node) { |
- return Type::OtherObject(); |
+ return Type::Function(); |
} |