Chromium Code Reviews| Index: runtime/lib/integers.cc |
| =================================================================== |
| --- runtime/lib/integers.cc (revision 3311) |
| +++ runtime/lib/integers.cc (working copy) |
| @@ -522,7 +522,7 @@ |
| } |
| -DEFINE_NATIVE_ENTRY(Smi_sarFromInt, 2) { |
| +DEFINE_NATIVE_ENTRY(Smi_shrFromInt, 2) { |
| const Smi& amount = Smi::CheckedHandle(arguments->At(0)); |
| GET_NATIVE_ARGUMENT(Integer, value, arguments->At(1)); |
| ASSERT(CheckInteger(amount)); |