| Index: src/x87/builtins-x87.cc
|
| diff --git a/src/x87/builtins-x87.cc b/src/x87/builtins-x87.cc
|
| index 4ba1dc197ca17a0a7fa8949fb7389637245ce286..cb64ba86fbb0b1229b69dc9fa8f67569c92492b3 100644
|
| --- a/src/x87/builtins-x87.cc
|
| +++ b/src/x87/builtins-x87.cc
|
| @@ -391,7 +391,7 @@ void Builtins::Generate_JSConstructStubGeneric(MacroAssembler* masm) {
|
|
|
|
|
| void Builtins::Generate_JSConstructStubApi(MacroAssembler* masm) {
|
| - Generate_JSConstructStubHelper(masm, true, false, false);
|
| + Generate_JSConstructStubHelper(masm, true, true, false);
|
| }
|
|
|
|
|
|
|