Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index aeacad5e42f969d23ff26da91f83e3918d647ffd..94b9d6d1bb118461dddac3aebc72f0b74a48b9bf 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1599,6 +1599,7 @@ Bounds Typer::Visitor::TypeJSCallRuntime(Node* node) { |
case Runtime::kInlineIsSmi: |
case Runtime::kInlineIsNonNegativeSmi: |
case Runtime::kInlineIsArray: |
+ case Runtime::kInlineIsTypedArray: |
case Runtime::kInlineIsMinusZero: |
case Runtime::kInlineIsFunction: |
case Runtime::kInlineIsRegExp: |