| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index ee8291126d31def93c62daa3b0ed5b2b1f0d4feb..c1cb0857b2a03a3b1e78821bc0c3a83723e1a90c 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -174,7 +174,6 @@ class ObjectPointerVisitor;
|
| V(OutOfMemoryError, "OutOfMemoryError") \
|
| V(InternalError, "InternalError") \
|
| V(NullThrownError, "NullThrownError") \
|
| - V(IllegalJSRegExpException, "IllegalJSRegExpException") \
|
| V(IsolateSpawnException, "IsolateSpawnException") \
|
| V(IsolateUnhandledException, "IsolateUnhandledException") \
|
| V(BooleanExpression, "boolean expression") \
|
|
|