| Index: src/spaces-inl.h
|
| diff --git a/src/spaces-inl.h b/src/spaces-inl.h
|
| index c64772775aef61e3229d9faa42319d628fa6d411..ed78fc7a15f63a5406236959fa1956254d8f8ce5 100644
|
| --- a/src/spaces-inl.h
|
| +++ b/src/spaces-inl.h
|
| @@ -269,10 +269,6 @@ MaybeObject* PagedSpace::AllocateRaw(int size_in_bytes) {
|
| return object;
|
| }
|
|
|
| - ASSERT(!heap()->linear_allocation() ||
|
| - (anchor_.next_chunk() == &anchor_ &&
|
| - anchor_.prev_chunk() == &anchor_));
|
| -
|
| object = free_list_.Allocate(size_in_bytes);
|
| if (object != NULL) {
|
| if (identity() == CODE_SPACE) {
|
|
|