Chromium Code Reviews| Index: runtime/vm/exceptions.h |
| =================================================================== |
| --- runtime/vm/exceptions.h (revision 23032) |
| +++ runtime/vm/exceptions.h (working copy) |
| @@ -59,7 +59,8 @@ |
| kInternalError, |
| kNullThrown, |
| kIsolateSpawn, |
| - kIsolateUnhandledException |
| + kIsolateUnhandledException, |
| + kFiftyThreeBitOverflowError, |
| }; |
| static void ThrowByType(ExceptionType type, const Array& arguments); |