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

Unified Diff: runtime/vm/snapshot_ids.h

Issue 10942025: Convert String and List to abstract classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated to tip-of-tree. 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/snapshot_ids.h
diff --git a/runtime/vm/snapshot_ids.h b/runtime/vm/snapshot_ids.h
index dbe0b7849ca1950681dc9e210a901c44693b0f94..305d4cddefd60d8755487246ca6b62cf919ea3b2 100644
--- a/runtime/vm/snapshot_ids.h
+++ b/runtime/vm/snapshot_ids.h
@@ -32,8 +32,8 @@ enum {
kDoubleType,
kIntType,
kBoolType,
- kStringInterface,
- kListInterface,
+ kStringType,
+ kListType,
kByteArrayInterface,
kInstanceObjectId,
« runtime/lib/array_patch.dart ('K') | « runtime/vm/snapshot.cc ('k') | runtime/vm/symbols.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698