| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 554e4191ba21cb22eebe43dee54ce30e6bef221b..c221f6e646e08d079578b720fd7038a5fa79125f 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -269,6 +269,7 @@ class ObjectPointerVisitor;
|
| V(_SpecialTypeMirrorImpl, "_SpecialTypeMirrorImpl") \
|
| V(_LocalVariableMirrorImpl, "_LocalVariableMirrorImpl") \
|
| V(_LocalParameterMirrorImpl, "_LocalParameterMirrorImpl") \
|
| + V(_LocalTypeVariableMirrorImpl, "_LocalTypeVariableMirrorImpl") \
|
|
|
|
|
| // Contains a list of frequently used strings in a canonicalized form. This
|
|
|