Index: runtime/vm/freelist.h |
=================================================================== |
--- runtime/vm/freelist.h (revision 29811) |
+++ runtime/vm/freelist.h (working copy) |
@@ -43,6 +43,7 @@ |
FakeInstance() { } |
static cpp_vtable vtable() { return 0; } |
static intptr_t InstanceSize() { return 0; } |
+ static intptr_t NextFieldOffset() { return -kWordSize; } |
static const ClassId kClassId = kFreeListElement; |
static bool IsInstance() { return true; } |