| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 7810914fea48913f03dfa9e67db5dd7a840ffc54..64733c168d05889cf1e89b9eb35730e3bfddce91 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") \
|
|
|