| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 7057da26747b6a4d7d6838678025429dd2608e1b..8b859560c349342a11ffe55ad29f9dac8ed7ddac 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -274,6 +274,8 @@ class ObjectPointerVisitor;
|
| V(ByteBufferDot_New, "ByteBuffer._New") \
|
| V(_WeakProperty, "_WeakProperty") \
|
| V(_MirrorReference, "_MirrorReference") \
|
| + V(FreeListElement, "FreeListElement") \
|
| + V(ForwardingCorpse, "ForwardingCorpse") \
|
| V(InvocationMirror, "_InvocationMirror") \
|
| V(AllocateInvocationMirror, "_allocateInvocationMirror") \
|
| V(toString, "toString") \
|
|
|