| Index: src/x64/stub-cache-x64.cc
|
| ===================================================================
|
| --- src/x64/stub-cache-x64.cc (revision 2828)
|
| +++ src/x64/stub-cache-x64.cc (working copy)
|
| @@ -1787,7 +1787,12 @@
|
| // Make sure that the maximum heap object size will never cause us
|
| // problems here.
|
| ASSERT(Heap::MaxObjectSizeInPagedSpace() >= JSObject::kMaxInstanceSize);
|
| - __ AllocateObjectInNewSpace(rcx, rdx, rcx, no_reg, &generic_stub_call, false);
|
| + __ AllocateObjectInNewSpace(rcx,
|
| + rdx,
|
| + rcx,
|
| + no_reg,
|
| + &generic_stub_call,
|
| + NO_ALLOCATION_FLAGS);
|
|
|
| // Allocated the JSObject, now initialize the fields and add the heap tag.
|
| // rbx: initial map
|
|
|