Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 2d50c5b934f6c0f6d02088df4fb258880dba07bb..8da1556f4325ba0949d9d9903aa37756ec22ba3e 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -2136,7 +2136,7 @@ Type* Typer::Visitor::TypeTruncateFloat32ToUint64(Node* node) { |
} |
-Type* Typer::Visitor::TypeTruncateFloat64ToUint64(Node* node) { |
+Type* Typer::Visitor::TypeTryTruncateFloat64ToUint64(Node* node) { |
return Type::Internal(); |
} |