| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 60464fb22b97306016ef459675fcd74c3706df18..946a3273807e5d7b7b7f8c2fbb9e40c2955043d8 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -216,7 +216,7 @@ class ObjectPointerVisitor;
|
| V(InvocationMirror, "_InvocationMirror") \
|
| V(AllocateInvocationMirror, "_allocateInvocationMirror") \
|
| V(toString, "toString") \
|
| - V(_ReceivePortImpl, "_ReceivePortImpl") \
|
| + V(_RawReceivePortImpl, "_RawReceivePortImpl") \
|
| V(_lookupReceivePort, "_lookupReceivePort") \
|
| V(_handleMessage, "_handleMessage") \
|
| V(_SendPortImpl, "_SendPortImpl") \
|
| @@ -234,7 +234,7 @@ class ObjectPointerVisitor;
|
| V(InternalError, "InternalError") \
|
| V(NullThrownError, "NullThrownError") \
|
| V(IsolateSpawnException, "IsolateSpawnException") \
|
| - V(IsolateUnhandledException, "IsolateUnhandledException") \
|
| + V(IsolateUnhandledException, "_IsolateUnhandledException") \
|
| V(JavascriptIntegerOverflowError, "_JavascriptIntegerOverflowError") \
|
| V(MirroredCompilationError, "MirroredCompilationError") \
|
| V(_setupFullStackTrace, "_setupFullStackTrace") \
|
|
|