Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 8da1556f4325ba0949d9d9903aa37756ec22ba3e..ef0b88f3dcf558c4446368080cd41dea13697f86 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -2121,7 +2121,7 @@ Type* Typer::Visitor::TypeChangeFloat64ToUint32(Node* node) { |
} |
-Type* Typer::Visitor::TypeTruncateFloat32ToInt64(Node* node) { |
+Type* Typer::Visitor::TypeTryTruncateFloat32ToInt64(Node* node) { |
return Type::Internal(); |
} |