| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 83e10063d9f08c6b97b1a465cd76692490bbdf4b..25e36a5e53517e8ec9331205c97228d2184f4180 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -96,6 +96,7 @@ class ObjectPointerVisitor;
|
| V(Context, "Context") \
|
| V(ContextScope, "ContextScope") \
|
| V(ICData, "ICData") \
|
| + V(MegamorphicCache, "MegamorphicCache") \
|
| V(SubtypeTestCache, "SubtypeTestCache") \
|
| V(ApiError, "ApiError") \
|
| V(LanguageError, "LanguageError") \
|
|
|