Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 101712ba075c47e9a3b04ab7838061b37c35502f..aabcf4b5a8fd71f192918160dc6987502dac3638 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1535,6 +1535,7 @@ |
Bounds Typer::Visitor::TypeJSCallRuntime(Node* node) { |
switch (CallRuntimeParametersOf(node->op()).id()) { |
case Runtime::kInlineIsSmi: |
+ case Runtime::kInlineIsNonNegativeSmi: |
case Runtime::kInlineIsArray: |
case Runtime::kInlineIsDate: |
case Runtime::kInlineIsTypedArray: |