| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index ac7b0d925360b7a824aca81075993efa4e5149bd..e78cb67c9ad9e15dcde5a8170b7185f6dd144ffc 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -241,6 +241,7 @@ class ObjectPointerVisitor;
|
| V(OutOfMemoryError, "OutOfMemoryError") \
|
| V(InternalError, "InternalError") \
|
| V(NullThrownError, "NullThrownError") \
|
| + V(IsolateMessageException, "IsolateMessageException") \
|
| V(IsolateSpawnException, "IsolateSpawnException") \
|
| V(IsolateUnhandledException, "_IsolateUnhandledException") \
|
| V(JavascriptIntegerOverflowError, "_JavascriptIntegerOverflowError") \
|
|
|