Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index aa699f3f79d4945335189e252c06bbe4b991c5f7..763fdbf426463c06e8defb661c429755f89287cc 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1402,7 +1402,6 @@ Type* Typer::Visitor::TypeJSCallRuntime(Node* node) { |
case Runtime::kInlineIsRegExp: |
return Type::Boolean(); |
case Runtime::kInlineCreateIterResultObject: |
- case Runtime::kInlineRegExpConstructResult: |
return Type::OtherObject(); |
case Runtime::kInlineSubString: |
case Runtime::kInlineStringCharFromCode: |