| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index eed2fcb245b09c75216f4b0592f9a15593503b48..b78ce370de4a274774a65c8d213b9125d4fff758 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -34,11 +34,12 @@ class ObjectPointerVisitor;
|
| V(ClosureParameter, ":closure") \
|
| V(PhaseParameter, ":phase") \
|
| V(TypeArgumentsParameter, ":type_arguments") \
|
| - V(AssertionError, "AssertionErrorImplementation") \
|
| - V(TypeError, "TypeErrorImplementation") \
|
| - V(FallThroughError, "FallThroughErrorImplementation") \
|
| + V(AssertionError, "_AssertionErrorImplementation") \
|
| + V(CastError, "_CastErrorImplementation") \
|
| + V(TypeError, "_TypeErrorImplementation") \
|
| + V(FallThroughError, "_FallThroughErrorImplementation") \
|
| V(AbstractClassInstantiationError, \
|
| - "AbstractClassInstantiationErrorImplementation") \
|
| + "_AbstractClassInstantiationErrorImplementation") \
|
| V(NoSuchMethodError, "NoSuchMethodError") \
|
| V(ThrowNew, "_throwNew") \
|
| V(List, "List") \
|
|
|