Chromium Code Reviews| Index: runtime/vm/exceptions.h |
| diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h |
| index 1fe26657b187271183412176e2bf49537a5606f8..0cc048fc47c01e2e56d2436c549230acaed775d2 100644 |
| --- a/runtime/vm/exceptions.h |
| +++ b/runtime/vm/exceptions.h |
| @@ -56,9 +56,8 @@ class Exceptions : AllStatic { |
| kStackOverflow, |
| kOutOfMemory, |
| kInternalError, |
| - kNullPointer, |
| + kNullThrown, |
| kIllegalJSRegExp, |
| - kArgumentError, |
| kIsolateSpawn |
| }; |