| Index: runtime/lib/integers.cc
|
| diff --git a/runtime/lib/integers.cc b/runtime/lib/integers.cc
|
| index 7bb041e8089140d78068dd8ae106d85600fbe1a9..d831c1650ffeba1db597eac7a3a70186a89d549b 100644
|
| --- a/runtime/lib/integers.cc
|
| +++ b/runtime/lib/integers.cc
|
| @@ -178,7 +178,7 @@ static RawInteger* ShiftOperationHelper(Token::Kind kind,
|
| if (amount.Value() < 0) {
|
| GrowableArray<const Object*> args;
|
| args.Add(&amount);
|
| - Exceptions::ThrowByType(Exceptions::kIllegalArgument, args);
|
| + Exceptions::ThrowByType(Exceptions::kArgument, args);
|
| }
|
| if (value.IsSmi()) {
|
| Smi& smi_value = Smi::Handle();
|
|
|