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

Unified Diff: runtime/vm/snapshot.cc

Issue 8761011: Renaming type classes as discussed: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 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
Index: runtime/vm/snapshot.cc
===================================================================
--- runtime/vm/snapshot.cc (revision 1948)
+++ runtime/vm/snapshot.cc (working copy)
@@ -286,8 +286,7 @@
// Check if classes are not being serialized and it is preinitialized type.
if (!serialize_classes_) {
- RawParameterizedType* raw_type =
- reinterpret_cast<RawParameterizedType*>(rawobj);
+ RawType* raw_type = reinterpret_cast<RawType*>(rawobj);
index = object_store()->GetTypeIndex(raw_type);
if (index != ObjectStore::kInvalidIndex) {
WriteObjectHeader(kObjectId, index);
« runtime/vm/raw_object.h ('K') | « runtime/vm/scopes.cc ('k') | runtime/vm/snapshot_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698