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

Unified Diff: runtime/vm/symbols.h

Issue 10990055: Hide VM-only coreimpl List implementation types. These should not be (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x64 as well, sigh. Created 8 years, 3 months 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
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 16b02957fe5d886c5dc65e27f1935954ca81cd0a..9b3d86b43b19763536df383f01ca91c926700310 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -101,9 +101,9 @@ class ObjectPointerVisitor;
V(Bigint, "_Bigint") \
V(Double, "_Double") \
V(Bool, "bool") \
- V(ObjectArray, "ObjectArray") \
- V(GrowableObjectArray, "GrowableObjectArray") \
- V(ImmutableArray, "ImmutableArray") \
+ V(ObjectArray, "_ObjectArray") \
+ V(GrowableObjectArray, "_GrowableObjectArray") \
+ V(ImmutableArray, "_ImmutableArray") \
V(OneByteString, "OneByteString") \
V(TwoByteString, "TwoByteString") \
V(FourByteString, "FourByteString") \
« runtime/bin/common.cc ('K') | « runtime/vm/object.cc ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698