Chromium Code Reviews| Index: runtime/vm/exceptions.h |
| =================================================================== |
| --- runtime/vm/exceptions.h (revision 39381) |
| +++ runtime/vm/exceptions.h (working copy) |
| @@ -65,6 +65,7 @@ |
| kType, |
| kFallThrough, |
| kAbstractClassInstantiation, |
| + kCyclicInitializationError, |
| }; |
| static void ThrowByType(ExceptionType type, const Array& arguments); |