| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 554e4191ba21cb22eebe43dee54ce30e6bef221b..900a96edc2b8fd3973c7f8f9a9d5fb2bc8ba2d8a 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -267,6 +267,7 @@ class ObjectPointerVisitor;
|
| V(_state, "_state") \
|
| V(_A, "_A") \
|
| V(_SpecialTypeMirrorImpl, "_SpecialTypeMirrorImpl") \
|
| + V(_LocalMethodMirrorImpl, "_LocalMethodMirrorImpl") \
|
| V(_LocalVariableMirrorImpl, "_LocalVariableMirrorImpl") \
|
| V(_LocalParameterMirrorImpl, "_LocalParameterMirrorImpl") \
|
|
|
|
|