| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 481a058ce5476a363be2f46559020e6e477a424f..5401651bd1494f45107b0f1e7b814c83b5b7d6b1 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -282,17 +282,17 @@ class ObjectPointerVisitor;
|
| V(_state, "_state") \
|
| V(_A, "_A") \
|
| V(_stackTrace, "_stackTrace") \
|
| - V(_SpecialTypeMirrorImpl, "_SpecialTypeMirrorImpl") \
|
| - V(_LocalClassMirrorImpl, "_LocalClassMirrorImpl") \
|
| - V(_LocalFunctionTypeMirrorImpl, "_LocalFunctionTypeMirrorImpl") \
|
| - V(_LocalLibraryMirrorImpl, "_LocalLibraryMirrorImpl") \
|
| - V(_LocalMethodMirrorImpl, "_LocalMethodMirrorImpl") \
|
| - V(_LocalVariableMirrorImpl, "_LocalVariableMirrorImpl") \
|
| - V(_LocalParameterMirrorImpl, "_LocalParameterMirrorImpl") \
|
| - V(_LocalIsolateMirrorImpl, "_LocalIsolateMirrorImpl") \
|
| - V(_LocalMirrorSystemImpl, "_LocalMirrorSystemImpl") \
|
| - V(_LocalTypedefMirrorImpl, "_LocalTypedefMirrorImpl") \
|
| - V(_LocalTypeVariableMirrorImpl, "_LocalTypeVariableMirrorImpl") \
|
| + V(_SpecialTypeMirror, "_SpecialTypeMirror") \
|
| + V(_LocalClassMirror, "_LocalClassMirror") \
|
| + V(_LocalFunctionTypeMirror, "_LocalFunctionTypeMirror") \
|
| + V(_LocalLibraryMirror, "_LocalLibraryMirror") \
|
| + V(_LocalMethodMirror, "_LocalMethodMirror") \
|
| + V(_LocalVariableMirror, "_LocalVariableMirror") \
|
| + V(_LocalParameterMirror, "_LocalParameterMirror") \
|
| + V(_LocalIsolateMirror, "_LocalIsolateMirror") \
|
| + V(_LocalMirrorSystem, "_LocalMirrorSystem") \
|
| + V(_LocalTypedefMirror, "_LocalTypedefMirror") \
|
| + V(_LocalTypeVariableMirror, "_LocalTypeVariableMirror") \
|
| V(hashCode, "get:hashCode") \
|
| V(_leftShiftWithMask32, "_leftShiftWithMask32") \
|
| V(OptimizedOut, "<optimized out>") \
|
|
|