Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 1431ff769ec6d5eaa42c93dc46e60b0d122a5457..507feb8a37da8aac4327a6243403a08386333d99 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1350,6 +1350,7 @@ Type* Typer::Visitor::JSCallFunctionTyper(Type* fun, Typer* t) { |
case kStringToUpperCase: |
return Type::String(); |
+ case kStringIterator: |
case kStringIteratorNext: |
return Type::OtherObject(); |