| Index: src/mips/stub-cache-mips.cc
|
| diff --git a/src/mips/stub-cache-mips.cc b/src/mips/stub-cache-mips.cc
|
| index 841fb06670515c4375476f5b0386d8df1141edee..da6770a14ce05e5095558c4110b61a1c5f92a529 100644
|
| --- a/src/mips/stub-cache-mips.cc
|
| +++ b/src/mips/stub-cache-mips.cc
|
| @@ -3023,7 +3023,7 @@ Handle<Code> ConstructStubCompiler::CompileConstructStub(
|
| __ Check(eq, "Instance size of initial map changed.",
|
| a3, Operand(instance_size >> kPointerSizeLog2));
|
| #endif
|
| - __ AllocateInNewSpace(a3, t4, t5, t6, &generic_stub_call, SIZE_IN_WORDS);
|
| + __ Allocate(a3, t4, t5, t6, &generic_stub_call, SIZE_IN_WORDS);
|
|
|
| // Allocated the JSObject, now initialize the fields. Map is set to initial
|
| // map and properties and elements are set to empty fixed array.
|
|
|