| Index: runtime/vm/symbols.h
 | 
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
 | 
| index 567f95b70ba33afab1c7a36cf760346edd78aa4d..6b40ac4c851e30a57bd4e1593a257c6df86e7156 100644
 | 
| --- a/runtime/vm/symbols.h
 | 
| +++ b/runtime/vm/symbols.h
 | 
| @@ -172,6 +172,7 @@ class ObjectPointerVisitor;
 | 
|    V(DeoptInfo, "DeoptInfo")                                                    \
 | 
|    V(Context, "Context")                                                        \
 | 
|    V(ContextScope, "ContextScope")                                              \
 | 
| +  V(SingleTargetCache, "SingleTargetCache")                                    \
 | 
|    V(ICData, "ICData")                                                          \
 | 
|    V(MegamorphicCache, "MegamorphicCache")                                      \
 | 
|    V(SubtypeTestCache, "SubtypeTestCache")                                      \
 | 
| 
 |