Index: runtime/vm/object_id_ring.cc |
=================================================================== |
--- runtime/vm/object_id_ring.cc (revision 30547) |
+++ runtime/vm/object_id_ring.cc (working copy) |
@@ -86,7 +86,8 @@ |
int32_t ObjectIdRing::AllocateNewId(RawObject* raw_obj) { |
- ASSERT(raw_obj->IsHeapObject()); |
+ // TODO(turnidge): Fix before submit. |
Ivan Posva
2013/11/22 22:38:12
// TODO(turnidge): Do not enter Smis into the Obje
turnidge
2013/11/22 22:49:58
Done.
|
+ // ASSERT(raw_obj->IsHeapObject()); |
int32_t id = NextSerial(); |
ASSERT(id != kInvalidId); |
int32_t cursor = IndexOfId(id); |