| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index 90aaa9bc31a38bee12e1fc4439733b457ee89abf..352776994bf596293f1efb61b349a23e0a274838 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -1641,7 +1641,7 @@ Type* Typer::Visitor::TypeJSConvertReceiver(Node* node) {
|
|
|
|
|
| Type* Typer::Visitor::TypeJSForInNext(Node* node) {
|
| - return Type::Union(Type::Name(), Type::Undefined(), zone());
|
| + return Type::Union(Type::String(), Type::Undefined(), zone());
|
| }
|
|
|
|
|
|
|