Index: vm/object.h |
=================================================================== |
--- vm/object.h (revision 9729) |
+++ vm/object.h (working copy) |
@@ -365,7 +365,7 @@ |
cpp_vtable vtable() const { return bit_copy<cpp_vtable>(*this); } |
void set_vtable(cpp_vtable value) { *vtable_address() = value; } |
- static RawObject* Allocate(const Class& cls, |
+ static RawObject* Allocate(intptr_t cls_id, |
intptr_t size, |
Heap::Space space); |