Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index ccac2a1e149a3caa5931b1ad60878bf6b0302e24..2d50c5b934f6c0f6d02088df4fb258880dba07bb 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -2126,7 +2126,7 @@ Type* Typer::Visitor::TypeTruncateFloat32ToInt64(Node* node) { |
} |
-Type* Typer::Visitor::TypeTruncateFloat64ToInt64(Node* node) { |
+Type* Typer::Visitor::TypeTryTruncateFloat64ToInt64(Node* node) { |
return Type::Internal(); |
} |