| Index: src/ia32/stub-cache-ia32.cc
|
| ===================================================================
|
| --- src/ia32/stub-cache-ia32.cc (revision 2832)
|
| +++ src/ia32/stub-cache-ia32.cc (working copy)
|
| @@ -1783,9 +1783,6 @@
|
| // ebx: initial map
|
| __ movzx_b(ecx, FieldOperand(ebx, Map::kInstanceSizeOffset));
|
| __ shl(ecx, kPointerSizeLog2);
|
| - // Make sure that the maximum heap object size will never cause us
|
| - // problems here.
|
| - ASSERT(Heap::MaxObjectSizeInPagedSpace() >= JSObject::kMaxInstanceSize);
|
| __ AllocateObjectInNewSpace(ecx,
|
| edx,
|
| ecx,
|
|
|