| Index: runtime/vm/symbols.h
|
| ===================================================================
|
| --- runtime/vm/symbols.h (revision 25540)
|
| +++ runtime/vm/symbols.h (working copy)
|
| @@ -272,6 +272,8 @@
|
| V(_LocalMethodMirrorImpl, "_LocalMethodMirrorImpl") \
|
| V(_LocalVariableMirrorImpl, "_LocalVariableMirrorImpl") \
|
| V(_LocalParameterMirrorImpl, "_LocalParameterMirrorImpl") \
|
| + V(_LocalIsolateMirrorImpl, "_LocalIsolateMirrorImpl") \
|
| + V(_LocalMirrorSystemImpl, "_LocalMirrorSystemImpl") \
|
|
|
|
|
| // Contains a list of frequently used strings in a canonicalized form. This
|
|
|