| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 11b40674b241ccd69b2a47bb6da8cf0f70db3d0e..6139b7582b565ed440763cda204c28eb6ee0e2a3 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -3667,14 +3667,6 @@ FreeSpace* FreeSpace::next() {
|
| }
|
|
|
|
|
| -FreeSpace** FreeSpace::next_address() {
|
| - DCHECK(map() == GetHeap()->root(Heap::kFreeSpaceMapRootIndex) ||
|
| - (!GetHeap()->deserialization_complete() && map() == NULL));
|
| - DCHECK_LE(kNextOffset + kPointerSize, nobarrier_size());
|
| - return reinterpret_cast<FreeSpace**>(address() + kNextOffset);
|
| -}
|
| -
|
| -
|
| void FreeSpace::set_next(FreeSpace* next) {
|
| DCHECK(map() == GetHeap()->root(Heap::kFreeSpaceMapRootIndex) ||
|
| (!GetHeap()->deserialization_complete() && map() == NULL));
|
|
|