Chromium Code Reviews| Index: runtime/lib/integers.cc |
| =================================================================== |
| --- runtime/lib/integers.cc (revision 22880) |
| +++ runtime/lib/integers.cc (working copy) |
| @@ -24,7 +24,7 @@ |
| if (i.IsBigint()) { |
| const Bigint& bigint = Bigint::Cast(i); |
| return !BigintOperations::FitsIntoSmi(bigint) && |
| - !BigintOperations::FitsIntoMint(bigint); |
| + !BigintOperations::FitsIntoInt64(bigint); |
| } |
| if (i.IsMint()) { |
| const Mint& mint = Mint::Cast(i); |