Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1053)

Unified Diff: runtime/vm/symbols.h

Issue 63393003: Drop "Impl" suffix from local mirror class names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/lib/mirrors_impl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>") \
« no previous file with comments | « runtime/lib/mirrors_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698