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