| Index: src/code-stubs.cc
|
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc
|
| index 0e68ab8a51f77b0fc34c97470d8a8d35e134771e..8742ec0260b07e8291f0b423e24b578030807c61 100644
|
| --- a/src/code-stubs.cc
|
| +++ b/src/code-stubs.cc
|
| @@ -884,7 +884,7 @@ void NumberToStringStub::InstallDescriptors(Isolate* isolate) {
|
|
|
|
|
| void FastNewClosureStub::InstallDescriptors(Isolate* isolate) {
|
| - FastNewClosureStub stub(isolate, STRICT, false);
|
| + FastNewClosureStub stub(isolate, STRICT, false, false);
|
| InstallDescriptor(isolate, &stub);
|
| }
|
|
|
|
|