| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 8730c9e7c0ce243f9d2090ab4ec2cc1e1b591f28..29cdb8ac138d120a69c94fd552d456b0b41e61fa 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -175,6 +175,7 @@ class ObjectPointerVisitor;
|
| V(Context, "Context") \
|
| V(ContextScope, "ContextScope") \
|
| V(SingleTargetCache, "SingleTargetCache") \
|
| + V(UnlinkedCall, "UnlinkedCall") \
|
| V(ICData, "ICData") \
|
| V(MegamorphicCache, "MegamorphicCache") \
|
| V(SubtypeTestCache, "SubtypeTestCache") \
|
|
|