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

Unified Diff: runtime/vm/raw_object.h

Issue 10521004: Eliminate RawObject::class_ field entirely. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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/raw_object.h
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
index 82b8bb60e0c0128bbd501fb0156cba8fa47501ea..a62bbd0955500234594b75ca51c56adbb9239189 100644
--- a/runtime/vm/raw_object.h
+++ b/runtime/vm/raw_object.h
@@ -315,7 +315,6 @@ class RawObject {
static bool IsByteArrayClassId(intptr_t index);
protected:
- RawClass* class_;
uword tags_; // Various object tags (bits).
private:

Powered by Google App Engine
This is Rietveld 408576698