| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 5dcfa4617f6b0932694cd573808a0d8fb4320971..cfc4aaaee3f7a568d555fb0ded8c653e5f03a392 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -275,6 +275,7 @@ class ObjectPointerVisitor;
|
| V(_LocalParameterMirrorImpl, "_LocalParameterMirrorImpl") \
|
| V(_LocalIsolateMirrorImpl, "_LocalIsolateMirrorImpl") \
|
| V(_LocalMirrorSystemImpl, "_LocalMirrorSystemImpl") \
|
| + V(_LocalTypeVariableMirrorImpl, "_LocalTypeVariableMirrorImpl") \
|
|
|
|
|
| // Contains a list of frequently used strings in a canonicalized form. This
|
|
|