Chromium Code Reviews| Index: runtime/vm/exceptions.h |
| diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h |
| index 0cc048fc47c01e2e56d2436c549230acaed775d2..9e55046a19fc1450ba82e26a17734e5e20652361 100644 |
| --- a/runtime/vm/exceptions.h |
| +++ b/runtime/vm/exceptions.h |
| @@ -58,7 +58,8 @@ class Exceptions : AllStatic { |
| kInternalError, |
| kNullThrown, |
| kIllegalJSRegExp, |
| - kIsolateSpawn |
| + kIsolateSpawn, |
| + kIsolateUnhandledException |
| }; |
| static void ThrowByType(ExceptionType type, |