| Index: src/mips/code-stubs-mips.cc
|
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
|
| index ee49b25f45d5d4c1d9d20f8284caeee56df8d696..2e17133b9967addbf3f211d4b6708830d334a78e 100644
|
| --- a/src/mips/code-stubs-mips.cc
|
| +++ b/src/mips/code-stubs-mips.cc
|
| @@ -78,7 +78,7 @@ void FastCloneShallowObjectStub::InitializeInterfaceDescriptor(
|
| descriptor->register_param_count_ = 4;
|
| descriptor->register_params_ = registers;
|
| descriptor->deoptimization_handler_ =
|
| - Runtime::FunctionForId(Runtime::kCreateObjectLiteralShallow)->entry;
|
| + Runtime::FunctionForId(Runtime::kCreateObjectLiteral)->entry;
|
| }
|
|
|
|
|
|
|