| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 3345429a8d226a150ecd4a86f044dd29128148ef..8ee380e4b194966a60c9562755d9b863f54e4e73 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -272,6 +272,7 @@ class ObjectPointerVisitor;
|
| V(_LocalMethodMirrorImpl, "_LocalMethodMirrorImpl") \
|
| V(_LocalVariableMirrorImpl, "_LocalVariableMirrorImpl") \
|
| V(_LocalParameterMirrorImpl, "_LocalParameterMirrorImpl") \
|
| + V(_LocalTypeVariableMirrorImpl, "_LocalTypeVariableMirrorImpl") \
|
|
|
|
|
| // Contains a list of frequently used strings in a canonicalized form. This
|
|
|