| Index: src/code-stubs.cc
|
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc
|
| index 113c236e71015dce33099f8a8ea8abb9228f6568..e9fddf9bf1efd1ac85a2562c883b4ae82ae89008 100644
|
| --- a/src/code-stubs.cc
|
| +++ b/src/code-stubs.cc
|
| @@ -675,8 +675,7 @@ ElementsTransitionAndStoreStub::GetCallInterfaceDescriptor() const {
|
|
|
|
|
| void FastNewClosureStub::InitializeDescriptor(CodeStubDescriptor* descriptor) {
|
| - descriptor->Initialize(
|
| - Runtime::FunctionForId(Runtime::kNewClosureFromStubFailure)->entry);
|
| + descriptor->Initialize(Runtime::FunctionForId(Runtime::kNewClosure)->entry);
|
| }
|
|
|
|
|
|
|