Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 25315) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -267,6 +267,7 @@ |
| V(_state, "_state") \ |
| V(_A, "_A") \ |
| V(_SpecialTypeMirrorImpl, "_SpecialTypeMirrorImpl") \ |
| + V(_LocalVariableMirrorImpl, "_LocalVariableMirrorImpl") \ |
| // Contains a list of frequently used strings in a canonicalized form. This |