| Index: src/code-factory.cc
|
| diff --git a/src/code-factory.cc b/src/code-factory.cc
|
| index 51734cb681f7a40938e928a56875da3c784c8429..12eb8ac19ffc7c54a6f798f7c82803bede3429f4 100644
|
| --- a/src/code-factory.cc
|
| +++ b/src/code-factory.cc
|
| @@ -377,8 +377,8 @@ Callable CodeFactory::FastNewFunctionContext(Isolate* isolate,
|
|
|
| // static
|
| Callable CodeFactory::FastNewClosure(Isolate* isolate) {
|
| - FastNewClosureStub stub(isolate);
|
| - return make_callable(stub);
|
| + return Callable(isolate->builtins()->FastNewClosure(),
|
| + FastNewClosureDescriptor(isolate));
|
| }
|
|
|
| // static
|
|
|