| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index d59ea20acecbc12d9cb382fca3c109ff001e378c..310660d1bb608aa592f8d3648103849b32341c25 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -305,7 +305,6 @@ class ObjectPointerVisitor;
|
| V(OutOfMemoryError, "OutOfMemoryError") \
|
| V(NullThrownError, "NullThrownError") \
|
| V(IsolateSpawnException, "IsolateSpawnException") \
|
| - V(IsolateUnhandledException, "_IsolateUnhandledException") \
|
| V(JavascriptIntegerOverflowError, "_JavascriptIntegerOverflowError") \
|
| V(JavascriptCompatibilityError, "_JavascriptCompatibilityError") \
|
| V(BooleanExpression, "boolean expression") \
|
|
|